Interface Handler<T>


  • @Deprecated
    public interface Handler<T>
    Deprecated.
    As of 3.10 use Consumer.
    Since:
    3.9
    Author:
    Eike Stepper
    • Method Detail

      • handle

        void handle​(T object)
        Deprecated.