Interface Action1<In1>


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>
     
  • Method Details

    • doNothing

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

      void call(In1 a)