Package fj.function

Interface Try2<A,B,C,Z extends Exception>


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

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

    • f

      C f(A a, B b) throws Z
      Throws:
      Z