| Package | Description |
|---|---|
| com.tinkerpop.pipes.branch | |
| com.tinkerpop.pipes.filter | |
| com.tinkerpop.pipes.sideeffect | |
| com.tinkerpop.pipes.transform | |
| com.tinkerpop.pipes.util |
| 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 |
AsPipe<S,E>
An AsPipe wraps a Pipe and provides it a name and 'peak back' access to the last emitted end.
|
Copyright © 2010-2014. All Rights Reserved.