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,CandDtoEthat may throw anException. Used to instantiate a lambda that may throw anExceptionbefore converting to anF4.- See Also:
Try.f(Try4)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ef(A a, B b, C c, D d)
-