Interface Consumers.Consumer<T>

  • Type Parameters:
    T - the type of consumed objects
    Enclosing class:
    Consumers

    public static interface Consumers.Consumer<T>
    To consume objects coming from a DelegatingFieldConsumer
    • Method Detail

      • consume

        void consume​(T t)