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 fromA
andB
toC
that may throw anException
. Used to instantiate a lambda that may throw anException
before converting to anF2
.- See Also:
Try.f(Try2)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
f(A a, B b)
-