@FunctionalInterface
@Generated(value="uk.kludje.annotation.processor.UncheckedFunctionalInterfaceProcessor")
public interface UBiConsumer<T,U>
extends java.util.function.BiConsumer<T,U>
| Modifier and Type | Method and Description |
|---|---|
void |
$accept(T arg0,
U arg1) |
default void |
accept(T arg0,
U arg1)
Invokes
void $accept(T arg0, U arg1). |
static <T,U> UBiConsumer<T,U> |
asUBiConsumer(UBiConsumer<T,U> t)
Convenience method as an alternative to casting.
|
default void accept(T arg0, U arg1)
void $accept(T arg0, U arg1).
Throws anything thrown by void $accept(T arg0, U arg1).static <T,U> UBiConsumer<T,U> asUBiConsumer(UBiConsumer<T,U> t)
t - the unchecked type