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