Package play.utils

Interface Action<T>

  • All Known Implementing Classes:
    SmartFuture

    public interface Action<T>
    • Method Detail

      • invoke

        void invoke​(T result)