Package fj.function

Interface Try1<A,B,Z extends Exception>


public interface Try1<A,B,Z extends 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:
  • Method Summary

    Modifier and Type
    Method
    Description
    f(A a)
     
  • Method Details

    • f

      B f(A a) throws Z
      Throws:
      Z