Interface Action2<In1,​In2>


public interface Action2<In1,​In2>
Findable name for java.util.function.BiConsumer
  • Method Summary

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

    • doNothing

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

      void call​(In1 a, In2 b)