Interface Callback<T>


  • public interface Callback<T>
    • Method Detail

      • call

        void call​(T input)