Package fj.function

Interface Try2<A,​B,​C,​Z extends java.lang.Exception>


  • public interface Try2<A,​B,​C,​Z extends java.lang.Exception>
    A transformation function of arity-2 from A and B to C that may throw an Exception. Used to instantiate a lambda that may throw an Exception before converting to an F2.
    See Also:
    Try.f(Try2)
    • Method Detail

      • f

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