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.computerMethods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type TriConsumer Modifier and Type Method Description voidTinkerWorkerPool. executeVertexProgram(TriConsumer<Iterator<Vertex>,VertexProgram,TinkerWorkerMemory> worker)
- 
Uses of TriConsumer in org.apache.tinkerpop.gremlin.util.functionClasses in org.apache.tinkerpop.gremlin.util.function that implement TriConsumer Modifier and Type Class Description classScriptEngineLambdaMethods 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 theafteroperation.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 theafteroperation.
 
-