Package fj.function
Interface Try2<A,B,C,Z extends java.lang.Exception>
-
public interface Try2<A,B,C,Z extends java.lang.Exception>A transformation function of arity-2 fromAandBtoCthat may throw anException. Used to instantiate a lambda that may throw anExceptionbefore converting to anF2.- See Also:
Try.f(Try2)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cf(A a, B b)
-