Interface Action<T>


  • public interface Action<T>
    Action that is performed by some other object
    • Method Detail

      • apply

        void apply​(T t)