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
,B
andC
toD
that may throw anException
. Used to instantiate a lambda that may throw anException
before converting to anF3
.- See Also:
Try.f(Try3)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description D
f(A a, B b, C c)
-