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

      • f

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