Interface Action4<In1,In2,In3,In4>


public interface Action4<In1,In2,In3,In4>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(In1 a, In2 b, In3 c, In4 d)
     
    static <In1, In2, In3, In4>
    Action4<In1,In2,In3,In4>
     
  • Method Details

    • doNothing

      static <In1, In2, In3, In4> Action4<In1,In2,In3,In4> doNothing()
    • call

      void call(In1 a, In2 b, In3 c, In4 d)