Package fj.function

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


public interface TryEffect6<A,B,C,D,E,F,Z extends Exception>
  • Method Summary

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

    • f

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