Package fj.function
Interface Try7<A,B,C,D,E,F,G,H,Z extends java.lang.Exception>
-
public interface Try7<A,B,C,D,E,F,G,H,Z extends java.lang.Exception>
A transformation function of arity-7 fromA
,B
,C
,D
,E
,F
andG
toH
that may throw anException
. Used to instantiate a lambda that may throw anException
before converting to anF7
.- See Also:
Try.f(Try7)