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