Interface Action<T>

  • All Known Implementing Classes:
    FutureAction

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

      • apply

        void apply​(T t)