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