Package fj.function
Interface Try3<A,B,C,D,Z extends java.lang.Exception>
-
public interface Try3<A,B,C,D,Z extends java.lang.Exception>A transformation function of arity-3 fromA,BandCtoDthat may throw anException. Used to instantiate a lambda that may throw anExceptionbefore converting to anF3.- See Also:
Try.f(Try3)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Df(A a, B b, C c)
-