Interface PlainConsumer<T>

  • Type Parameters:
    T - the input value type
    All Superinterfaces:
    Consumer<T>

    public interface PlainConsumer<T>
    extends Consumer<T>
    A Consumer with suppressed exception on its accept(Object) method.
    Since:
    0.17.4