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 fromAtoBthat may throw anException. Used to instantiate a lambda that may throw anExceptionbefore converting to anF.- See Also:
Try.f(Try1)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bf(A a)
-