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