Interface Action<T>


  • public interface Action<T>
    • Method Detail

      • invoke

        void invoke​(T arg)