Interface Pipeline<I>

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
CompositePipeline
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 Pipeline<I> extends AutoCloseable
The Pipeline interface is both the top-level type for Pipeline implementations, and the entrypoint for the creation of pipeline builders via the of(java.lang.String) methods.
Author:
Pierre Lecerf ([email protected])