Package fj.function

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


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

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

    • f

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