EMPTY_CONSUMER
Modifier and Type | Method and Description |
---|---|
void |
consume(T t) |
void consume(T t)
consume
in interface Consumer<T>
t
- consequently takes value of each element of the set this processor is passed to for processing.
t is supposed to be a not-null value. If you need to pass null
s to the consumer use NullableConsumer
instead