Package fj.function
Interface Try5<A,B,C,D,E,F,Z extends java.lang.Exception>
-
public interface Try5<A,B,C,D,E,F,Z extends java.lang.Exception>
A transformation function of arity-5 fromA
,B
,C
,D
andE
toF
that may throw anException
. Used to instantiate a lambda that may throw anException
before converting to anF5
.- See Also:
Try.f(Try5)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description F
f(A a, B b, C c, D d, E e)
-