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