Package fj.function

Interface Try8<A,​B,​C,​D,​E,​F,​G,​H,​I,​Z extends java.lang.Exception>


  • public interface Try8<A,​B,​C,​D,​E,​F,​G,​H,​I,​Z extends java.lang.Exception>
    A transformation function of arity-8 from A, B, C, D, E, F, G and H to I that may throw an Exception. Used to instantiate a lambda that may throw an Exception before converting to an F8.
    See Also:
    Try.f(Try8)
    • Method Detail

      • f

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