Package | Description |
---|---|
org.apache.tinkerpop.gremlin.tinkergraph.process.computer | |
org.apache.tinkerpop.gremlin.util.function |
Modifier and Type | Method and Description |
---|---|
void |
TinkerWorkerPool.executeVertexProgram(TriConsumer<Iterator<Vertex>,VertexProgram,TinkerWorkerMemory> worker) |
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–2022 Apache Software Foundation. All rights reserved.