Interface Action3<In1,​In2,​In3>


public interface Action3<In1,​In2,​In3>
  • Method Summary

    Modifier and Type Method Description
    void call​(In1 a, In2 b, In3 c)  
    static <In1,​ In2,​ In3>
    Action3<In1,​In2,​In3>
    doNothing()  
  • Method Details

    • doNothing

      static <In1,​ In2,​ In3> Action3<In1,​In2,​In3> doNothing()
    • call

      void call​(In1 a, In2 b, In3 c)