| Class | Description |
|---|---|
| CopySplitPipe<S> |
CopySplitPipe takes a number of pipes during construction.
|
| ExhaustMergePipe<S> |
ExhaustiveMergePipe will drain its first internal pipe, then its second, so on until all internal pipes are drained.
|
| FairMergePipe<S> |
FairMergePipe will, in a round robin fashion, emit the the objects of its internal pipes.
|
| IfThenElsePipe<S,E> |
IfThenElsePipe will run each incoming S through the provided ifFunction.
|
| LoopPipe<S> |
LoopPipe takes one or two Boolean-based PipeFunctions.
|
| LoopPipe.LoopBundle<T> |
Copyright © 2010-2014. All Rights Reserved.