| Package | Description |
|---|---|
| com.tinkerpop.gremlin.process.computer.lambda | |
| com.tinkerpop.gremlin.process.computer.util | |
| com.tinkerpop.gremlin.util.function |
| Modifier and Type | Method and Description |
|---|---|
LambdaMapReduce.Builder<MK,MV,RK,RV,R> |
LambdaMapReduce.Builder.combine(TriConsumer<MK,java.util.Iterator<MV>,MapReduce.ReduceEmitter<RK,RV>> combineLambda) |
LambdaVertexProgram.Builder |
LambdaVertexProgram.Builder.execute(TriConsumer<Vertex,Messenger,Memory> executeLambda) |
LambdaMapReduce.Builder<MK,MV,RK,RV,R> |
LambdaMapReduce.Builder.reduce(TriConsumer<MK,java.util.Iterator<MV>,MapReduce.ReduceEmitter<RK,RV>> reduceLambda) |
| Modifier and Type | Method and Description |
|---|---|
LambdaMapReduce.Builder<MK,MV,RK,RV,R> |
LambdaMapReduce.Builder.combine(java.lang.Class<? extends TriConsumer<MK,java.util.Iterator<MV>,MapReduce.ReduceEmitter<RK,RV>>> combineClass) |
LambdaVertexProgram.Builder |
LambdaVertexProgram.Builder.execute(java.lang.Class<? extends TriConsumer<Vertex,Messenger,Memory>> executeClass) |
LambdaMapReduce.Builder<MK,MV,RK,RV,R> |
LambdaMapReduce.Builder.reduce(java.lang.Class<? extends TriConsumer<MK,java.util.Iterator<MV>,MapReduce.ReduceEmitter<RK,RV>>> reduceClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptEngineLambda |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<A,B,C> |
TriConsumer.andThen(TriConsumer<? super A,? super B,? super C> after)
Returns a composed @{link TriConsumer} that performs, in sequence, this operation followed by the
after
operation. |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<A,B,C> |
TriConsumer.andThen(TriConsumer<? super A,? super B,? super C> after)
Returns a composed @{link TriConsumer} that performs, in sequence, this operation followed by the
after
operation. |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.