Package fj.function

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


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

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

    • f

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