Interface IPipelineStream

All Superinterfaces:
IPipelineNode
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IPipelineStream extends IPipelineNode
A pipeline stream is a pipeline node which takes a buffer, a context and returns a computed buffer.
This is used for applying filters in the pipeline or changing the pipeline context based on the buffer contents.