@FunctionalInterface @Generated(value="uk.kludje.annotation.processor.UncheckedFunctionalInterfaceProcessor") public interface UTriConsumer<A,B,C> extends TriConsumer<A,B,C>
| Modifier and Type | Method and Description |
|---|---|
void |
$accept(A a,
B b,
C c) |
default void |
accept(A a,
B b,
C c)
Invokes
void $accept(A a, B b, C c). |
static <A,B,C> UTriConsumer<A,B,C> |
asUTriConsumer(UTriConsumer<A,B,C> t)
Convenience method as an alternative to casting.
|
default void accept(A a, B b, C c)
void $accept(A a, B b, C c).
Throws anything thrown by void $accept(A a, B b, C c).accept in interface TriConsumer<A,B,C>static <A,B,C> UTriConsumer<A,B,C> asUTriConsumer(UTriConsumer<A,B,C> t)
t - the unchecked type