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