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