Interface Action1<T1>

  • Type Parameters:
    T1 - The type of the first parameter to the callback.

    public interface Action1<T1>
    A callback that takes one parameter.
    • Method Detail

      • invoke

        void invoke​(T1 param1)