- Type Parameters:
T- input stream.R- result of the processing.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Result callback interface.
-
Method Summary
-
Method Details
-
process
Process the given stream.- Parameters:
stream- stream to process.- Returns:
- the result of the processing.
-