- Type Parameters:
T- Input value type.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generic callback with continue/stop semantics.
- See Also:
-
CommonProcessors
-
Method Summary
-
Method Details
-
process
- Parameters:
t- consequently takes value of each element of the set this processor is passed to for processing.- Returns:
trueto continue processing orfalseto stop.
-