Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep
Packages that use ScalarMapStep
Package
Description
-
Uses of ScalarMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Subclasses of ScalarMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.filter -
Uses of ScalarMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of ScalarMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.mapModifier and TypeClassDescriptionclassclassAbstractAddElementStepPlaceholder<S,E extends Element, X extends Event> classclassclassAddEdgeStep<S>classclassclassclassfinal classAsBoolStep<S>Reference implementation for boolean parsing step.final classAsDateStep<S>Reference implementation for date parsing step.classAsNumberStep<S>Reference implementation for number parsing step.final classAsStringGlobalStep<S,E> Reference implementation for asString() step, a mid-traversal step which returns the incoming traverser value as a string.final classAsStringLocalStep<S,E> Reference implementation for asString(Scope.local), a mid-traversal step which returns the value of the incoming traverser as a string.final classCombineStep<S,E> A map step that returns the combination of the traverser and the provided arguments.final classConcatStep<S>Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more String values together to the incoming String traverser.final classConjoinStep<S>A map step that returns the result of joining every element in the traverser using the delimiter argument.classConstantStep<S,E> final classfinal classDateAddStep<S>Reference implementation for date concatenation step.final classDateDiffStep<S>Reference implementation for date difference step.final classDedupLocalStep<E,S extends Iterable<E>> final classDifferenceStep<S,E> A map step that returns the difference of the traverser and the provided arguments without duplicates.final classDisjunctStep<S,E> A map step that returns the disjunction of the traverser and the provided arguments without duplicates.classclassElementMapStep<K,E> Converts aElementto aMap.final classElementStep<P extends Property,E extends Element> final classclassIndexStep<S,E> final classIntersectStep<S,E> A map step that returns the intersection of the traverser and the provided arguments.classfinal classLambdaMapStep<S,E> final classLengthGlobalStep<S,E> Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.final classLengthLocalStep<S,E> Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.final classLoopsStep<S>final classLTrimGlobalStep<S,E> Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.final classLTrimLocalStep<S,E> Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.final classMergeStep<S,E> A map step that returns the merger of the traverser and the provided arguments without duplicates.final classOrderLocalStep<S,C extends Comparable> final classProductStep<S,E> A map step that returns the cartesian product of the traverser and the provided arguments.classProjectStep<S,E> final classclassPropertyMapStep<K,E> final classfinal classclassfinal classReplaceGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a string with the specified characters in the original string replaced with the new characters.final classReplaceLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a string with the specified characters in the original string replaced with the new characters.final classReverseStep<S,E> Reference implementation for reverse() step, a mid-traversal step which returns the reverse value.final classRTrimGlobalStep<S,E> Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.final classRTrimLocalStep<S,E> Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.final classSackStep<S,E> final classfinal classSplitGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.final classSplitLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.final classSubstringGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).final classSubstringLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).final classfinal classfinal classToLowerGlobalStep<S,E> Reference implementation for toLower() step, a mid-traversal step which returns a lower case string representation of the incoming string traverser.final classToLowerLocalStep<S,E> Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.final classToUpperGlobalStep<S,E> Reference implementation for toUpper() step, a mid-traversal step which returns an upper case string representation of the incoming string traverser.final classToUpperLocalStep<S,E> Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.final classTrimGlobalStep<S,E> Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed.final classTrimLocalStep<S,E> Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed. -
Uses of ScalarMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.util
Subclasses of ScalarMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.util -
Uses of ScalarMapStep in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization