Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Pick
-
Packages that use Pick Package Description org.apache.tinkerpop.gremlin.process.traversal -
-
Uses of Pick in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return Pick Modifier and Type Method Description static PickPick. valueOf(String name)Returns the enum constant of this type with the specified name.static Pick[]Pick. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type Pick Modifier and Type Method Description protected abstract StringTranslator.ScriptTranslator.AbstractTypeTranslator. getSyntax(Pick o)Take thePickargument and convert it to a string representation in the target language.
-