- Type Parameters:
T
- data type of Pipe
- Direct Known Subclasses:
- Data.In, Data.Out
- Enclosing class:
- Data
public abstract static class Data.Pipe<T>
extends Object
The base type of pipes that can be connected to form processing graphs.
Generally use the various factory methods (eg. Data.with() ) or Data.In /
Data.Out