Package fj.function

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


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

      • f

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