| Package | Description |
|---|---|
| com.tinkerpop.pipes.sideeffect | |
| com.tinkerpop.pipes.transform |
| Class and Description |
|---|
| GroupByPipe |
| SideEffectPipe
A SideEffectPipe will produce a side effect which can be retrieved by the getSideEffect() method.
|
| SideEffectPipe.GreedySideEffectPipe
Specifies that the SideEffect is ready after Pipe.iterate()
|
| SideEffectPipe.LazySideEffectPipe
Specifies that the SideEffect is ready after each Pipe.next()
|
| Class and Description |
|---|
| SideEffectPipe
A SideEffectPipe will produce a side effect which can be retrieved by the getSideEffect() method.
|
Copyright © 2010-2014. All Rights Reserved.