Package fj.function
Interface Try4<A,B,C,D,E,Z extends java.lang.Exception>
-
public interface Try4<A,B,C,D,E,Z extends java.lang.Exception>
A transformation function of arity-4 fromA
,B
,C
andD
toE
that may throw anException
. Used to instantiate a lambda that may throw anException
before converting to anF4
.- See Also:
Try.f(Try4)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
f(A a, B b, C c, D d)
-