# Functions
Each is a Groovy each-loop function.
Group groups a list of traversals into one.
Join joins a list of traversals with a semicolon separator.
NewFunc returns a new function node.
NewList returns a new list node.
NewTraversal returns a new default traversal with "g" as a reference name to the Graph.
# Type aliases
Bindings are used to associate a variable with a value.
Cardinality of vertex properties.
Column references a particular type of column in a complex data structure such as a Map, a Map.Entry, or a Path.
Order of vertex properties.
Scope used for steps that have a variable scope which alter the manner in which the step will behave in relation to how the traverses are processed.
No description provided by the author