Package fj.function

Interface Try7<A,B,C,D,E,F,G,H,Z extends Exception>


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

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

    • f

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