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