| Interface | Description |
|---|---|
| MetaPipe |
A MetaPipe is a pipe that "wraps" some collection of pipes.
|
| PipesFluentPipeline<S,E> | Deprecated |
| Class | Description |
|---|---|
| AbstractMetaPipe<S,E> | |
| AsPipe<S,E> |
An AsPipe wraps a Pipe and provides it a name and 'peak back' access to the last emitted end.
|
| ExpandablePipe<S> | |
| FluentUtility | |
| PipeHelper |
PipeHelper provides a collection of static methods that are useful when dealing with Pipes.
|
| Pipeline<S,E> |
A Pipeline is a linear composite of Pipes.
|
| PipesFunction<A,B> |
PipesFunction is a PipeFunction with the extra capability of maintaining a reference to an AsMap.
|
| PipesPipeline<S,E> | Deprecated |
| StartPipe<S> |
StartPipe is a handy way to create a pipe out of the provided object.
|
| Exception | Description |
|---|---|
| FastNoSuchElementException |
Retrieve a singleton, fast
NoSuchElementException without a stack trace. |
Copyright © 2010-2014. All Rights Reserved.