You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the map and flatMap coverage is nested inside the coverage of Groovy lambdas. That made sense when just discussing TinkerGraph but now more and more people connect to a Gremlin Server it would make more sense to have map and flatMap moved up a level and just cover lambda specific examples in their current location.
Also add an example of checking an edge property inside a flatMap but only passing the incident vertex onto the next step.
The text was updated successfully, but these errors were encountered:
Currently the
map
andflatMap
coverage is nested inside the coverage of Groovy lambdas. That made sense when just discussing TinkerGraph but now more and more people connect to a Gremlin Server it would make more sense to havemap
andflatMap
moved up a level and just cover lambda specific examples in their current location.Also add an example of checking an edge property inside a
flatMap
but only passing the incident vertex onto the next step.The text was updated successfully, but these errors were encountered: