EMPTY_CONSUMER
Modifier and Type | Method and Description |
---|---|
void |
consume(T... ts) |
void consume(T... ts)
consume
in interface Consumer<T[]>
ts
- 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