Interface Action1<T>


public interface Action1<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(T t)
     
  • Method Details

    • invoke

      void invoke(T t)