Package fj.function
Interface Try6<A,B,C,D,E,F,G,Z extends java.lang.Exception>
-
public interface Try6<A,B,C,D,E,F,G,Z extends java.lang.Exception>A transformation function of arity-6 fromA,B,C,D,EandFtoGthat may throw anException. Used to instantiate a lambda that may throw anExceptionbefore converting to anF6.- See Also:
Try.f(Try6)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Gf(A a, B b, C c, D d, E e, F f)
-