Package fj.function
Interface Try1<A,B,Z extends java.lang.Exception>
-
public interface Try1<A,B,Z extends java.lang.Exception>
A transformation function fromA
toB
that may throw anException
. Used to instantiate a lambda that may throw anException
before converting to anF
.- See Also:
Try.f(Try1)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
f(A a)
-