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 from A, B, C, D, E and F to G that may throw an Exception. Used to instantiate a lambda that may throw an Exception before converting to an F6.
    See Also:
    Try.f(Try6)
    • Method Detail

      • f

        G f​(A a,
            B b,
            C c,
            D d,
            E e,
            F f)
        throws Z extends java.lang.Exception
        Throws:
        Z extends java.lang.Exception