Package fj.function

Interface Try3<A,B,C,D,Z extends Exception>


public interface Try3<A,B,C,D,Z extends Exception>
A transformation function of arity-3 from A, B and C to D that may throw an Exception. Used to instantiate a lambda that may throw an Exception before converting to an F3.
See Also:
  • Method Summary

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

    • f

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