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