Package fj.function
Interface Try6<A,B,C,D,E,F,G,Z extends Exception>
public interface Try6<A,B,C,D,E,F,G,Z extends Exception>
A transformation function of arity-6 from
A
, B
, C
, D
, E
and F
to G
that may throw an Exception
.
Used to instantiate a lambda that may throw an Exception
before converting to an F6
.- See Also:
-
Method Summary
-
Method Details
-
f
- Throws:
Z
-