Package fj.function

Interface Try4<A,B,C,D,E,Z extends Exception>


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

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

    • f

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