Package fj.function

Interface TryEffect2<A,B,Z extends Exception>


public interface TryEffect2<A,B,Z extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    f(A a, B b)
     
  • Method Details

    • f

      void f(A a, B b) throws Z
      Throws:
      Z