Uses of Interface
org.apache.tinkerpop.gremlin.util.function.TriConsumer
Packages that use TriConsumer
Package
Description
-
Uses of TriConsumer in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidTinkerWorkerPool.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 TriConsumerMethods in org.apache.tinkerpop.gremlin.util.function that return TriConsumerModifier and TypeMethodDescriptiondefault 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 TriConsumerModifier and TypeMethodDescriptiondefault 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.