Interface Callable<T>


  • public interface Callable<T>
    • Method Detail

      • call

        void call​(T data)