| Interface | Description |
|---|---|
| Pipe<S,E> |
The generic interface for any Pipe implementation.
|
| PipeFunction<A,B> |
A PipeFunction is a function that is passed into certain pipes in order to augment the computation of that pipe.
|
| Class | Description |
|---|---|
| AbstractPipe<S,E> |
An AbstractPipe provides most of the functionality that is repeated in every instance of a Pipe.
|
| FunctionPipe<S,E> |
FunctionPipe is a generic pipe where the pipe's computation is determined by the provided PipeFunction.
|
| IdentityPipe<S> |
The IdentityPipe is the most basic pipe.
|
Copyright © 2010-2014. All Rights Reserved.