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