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