T
- Input value type.@FunctionalInterface
public interface Processor<T>
CommonProcessors
Modifier and Type | Method and Description |
---|---|
boolean |
process(T t) |
boolean process(T t)
t
- consequently takes value of each element of the set this processor is passed to for processing.true
to continue processing or false
to stop.