Uses of Interface
org.apache.tinkerpop.gremlin.util.function.TriConsumer
-
Packages that use TriConsumer Package Description org.apache.tinkerpop.gremlin.tinkergraph.process.computer org.apache.tinkerpop.gremlin.util.function -
-
Uses of TriConsumer in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type TriConsumer Modifier and Type Method Description void
TinkerWorkerPool. executeVertexProgram(TriConsumer<Iterator<Vertex>,VertexProgram,TinkerWorkerMemory> worker)
-
Uses of TriConsumer in org.apache.tinkerpop.gremlin.util.function
Classes in org.apache.tinkerpop.gremlin.util.function that implement TriConsumer Modifier and Type Class Description class
ScriptEngineLambda
Methods in org.apache.tinkerpop.gremlin.util.function that return TriConsumer Modifier and Type Method 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 theafter
operation.Methods in org.apache.tinkerpop.gremlin.util.function with parameters of type TriConsumer Modifier and Type Method 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 theafter
operation.
-