Interface Action1<In1>

All Known Implementing Classes:
A1

public interface Action1<In1>
Findable name for java.util.function.Consumer
  • Method Summary

    Modifier and Type Method Description
    void call​(In1 a)  
    static <In1> Action1<In1> doNothing()  
  • Method Details

    • doNothing

      static <In1> Action1<In1> doNothing()
    • call

      void call​(In1 a)