Package fj.function

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


  • public interface Try1<A,​B,​Z extends java.lang.Exception>
    A transformation function from A to B that may throw an Exception. Used to instantiate a lambda that may throw an Exception before converting to an F.
    See Also:
    Try.f(Try1)
    • Method Detail

      • f

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