Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
Packages that use HasContainer
Package
Description
-
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type HasContainerMethods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type HasContainerModifier and TypeMethodDescriptionvoidHasContainerHolder.addHasContainer(HasContainer hasContainer) default voidHasContainerHolder.removeHasContainer(HasContainer hasContainer) -
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type HasContainerMethods in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type HasContainerModifier and TypeMethodDescriptionvoidHasStep.addHasContainer(HasContainer hasContainer) voidHasStep.removeHasContainer(HasContainer hasContainer) Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type HasContainer -
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type HasContainerModifier and TypeMethodDescriptionstatic booleanGraphStep.processHasContainerIds(GraphStep<?, ?> graphStep, HasContainer hasContainer) Helper method for providers that want to "fold in"HasContainer's based on id checking into the ids of theGraphStep. -
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return HasContainerMethod parameters in org.apache.tinkerpop.gremlin.process.traversal.step.util with type arguments of type HasContainerModifier and TypeMethodDescriptionstatic booleanHasContainer.testAll(Element element, List<HasContainer> hasContainers) static <V> booleanHasContainer.testAll(Property<V> property, List<HasContainer> hasContainers) -
Uses of HasContainer in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type HasContainerModifier and TypeMethodDescriptionstatic <T extends Traversal.Admin<?,?>>
TTraversalHelper.addHasContainer(T traversal, HasContainer hasContainer) Used to left-fold aHasContainerto aHasContainerHolderif it exists. -
Uses of HasContainer in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect that return types with arguments of type HasContainerMethods in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect with parameters of type HasContainerModifier and TypeMethodDescriptionvoidTinkerGraphStep.addHasContainer(HasContainer hasContainer)