Interface PipelineAccess<E>

All Known Subinterfaces:
OrderedPipeline<E,A>, Pipeline<E,A>
All Known Implementing Classes:
BasicPipeline

public interface PipelineAccess<E>
Interface for virtual pipeline access. Allows for non-linear pipelines and complex joining of pipeline without extra overhead.