Package fj.function

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


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

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

    • f

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