| Modifier and Type | Class and Description |
|---|---|
class |
CopySplitPipe<S>
CopySplitPipe takes a number of pipes during construction.
|
class |
ExhaustMergePipe<S>
ExhaustiveMergePipe will drain its first internal pipe, then its second, so on until all internal pipes are drained.
|
class |
FairMergePipe<S>
FairMergePipe will, in a round robin fashion, emit the the objects of its internal pipes.
|
class |
LoopPipe<S>
LoopPipe takes one or two Boolean-based PipeFunctions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndFilterPipe<S>
The AndFilterPipe takes a collection of pipes.
|
class |
BackFilterPipe<S>
BackFilterPipe will fully process the object through its internal pipe.
|
class |
FutureFilterPipe<S>
FutureFilterPipe will allow an object to pass through it if the object has an output from the pipe provided in the constructor of the FutureFilterPipe.
|
class |
OrFilterPipe<S>
The OrFilterPipe takes a collection of pipes that are wrapped in HasNextPipes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OptionalPipe<S>
OptionalPipe will compute the incoming object within the internal pipe.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HasNextPipe<S> |
class |
MemoizePipe<S,E> |
class |
SideEffectCapPipe<S,T>
The SideEffectCapPipe will yield an E that is the side effect of the provided SideEffectPipe.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetaPipe<S,E> |
class |
AsPipe<S,E>
An AsPipe wraps a Pipe and provides it a name and 'peak back' access to the last emitted end.
|
class |
Pipeline<S,E>
A Pipeline is a linear composite of Pipes.
|
class |
PipesPipeline<S,E>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AsPipe |
FluentUtility.getAsPipe(MetaPipe metaPipe,
String namedStep)
Get an AsPipe by name in the respective MetaPipe.
|
static List<AsPipe> |
FluentUtility.getAsPipes(MetaPipe metaPipe)
Get all the AsPipes in the provided MetaPipe.
|
| Constructor and Description |
|---|
AsMap(MetaPipe metaPipe) |
Copyright © 2010-2014. All Rights Reserved.