| Package | Description |
|---|---|
| com.tinkerpop.pipes.branch | |
| com.tinkerpop.pipes.util |
| Modifier and Type | Method and Description |
|---|---|
static PipeFunction<LoopPipe.LoopBundle,Boolean> |
LoopPipe.createLoopsFunction(int loops) |
| Constructor and Description |
|---|
LoopPipe(Pipe<S,S> pipe,
PipeFunction<LoopPipe.LoopBundle<S>,Boolean> whileFunction) |
LoopPipe(Pipe<S,S> pipe,
PipeFunction<LoopPipe.LoopBundle<S>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<S>,Boolean> emitFunction) |
LoopPipe(Pipe<S,S> pipe,
PipeFunction<LoopPipe.LoopBundle<S>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<S>,Boolean> emitFunction) |
| Modifier and Type | Method and Description |
|---|---|
PipesPipeline<S,E> |
PipesPipeline.loop(int numberedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.loop(int numberedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction)
Deprecated.
Add a LoopPipe to the end of the Pipeline.
|
PipesPipeline<S,E> |
PipesPipeline.loop(int numberedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
|
PipesPipeline<S,E> |
PipesPipeline.loop(int numberedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.loop(int numberedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
Add a LoopPipe to the end of the Pipeline.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.loop(int numberedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
Add a LoopPipe to the end of the Pipeline.
|
PipesPipeline<S,E> |
PipesPipeline.loop(String namedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.loop(String namedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction)
Deprecated.
Add a LoopPipe to the end of the Pipeline.
|
PipesPipeline<S,E> |
PipesPipeline.loop(String namedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
|
PipesPipeline<S,E> |
PipesPipeline.loop(String namedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.loop(String namedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
Add a LoopPipe to the end of the Pipeline.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.loop(String namedStep,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> whileFunction,
PipeFunction<LoopPipe.LoopBundle<E>,Boolean> emitFunction)
Deprecated.
Add a LoopPipe to the end of the Pipeline.
|
Copyright © 2010-2014. All Rights Reserved.