Interface Handler<T>


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

    Modifier and Type
    Method
    Description
    void
    handle(T object)
    Deprecated.
     
  • Method Details

    • handle

      void handle(T object)
      Deprecated.