Package com.storedobject.common
Interface ETriFunction<T1,T2,T3,R,E extends Exception>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T1,
T2, T3, R, E extends Exception>
TriFunction<T1, T2, T3, R> wrap
(ETriFunction<T1, T2, T3, R, E> function)
-
Method Details
-
apply
-
wrap
static <T1,T2, TriFunction<T1,T3, R, E extends Exception> T2, wrapT3, R> (ETriFunction<T1, T2, T3, R, E> function)
-