[
https://issues.apache.org/jira/browse/TINKERPOP-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15511124#comment-15511124
]
ASF GitHub Bot commented on TINKERPOP-1115:
-------------------------------------------
GitHub user dkuppitz opened a pull request:
https://github.com/apache/tinkerpop/pull/431
TINKERPOP-1115 Improve GraphTraversal and GraphTraversalSource Reference
Docs
https://issues.apache.org/jira/browse/TINKERPOP-1115
Let's get this merged. I'll keep the ticket open and add the
`GraphTraversalSource` stuff later.
VOTE: +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1115
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/431.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #431
----
commit 54c08a7ff68e08f8c1f8b9f850086260e39d1b2d
Author: Daniel Kuppitz <[email protected]>
Date: 2016-09-16T14:26:19Z
Added documentation for the traversal representations of general steps
(map, flatMap, filter, sideEffect, branch).
----
> Improve GraphTraversal and GraphTraversalSource Reference Docs
> --------------------------------------------------------------
>
> Key: TINKERPOP-1115
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1115
> Project: TinkerPop
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 3.1.1-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Daniel Kuppitz
>
> We have the lambda representation of these steps, but not the traversal
> representation such as {{map(traversal)}}, {{flatMap(traversal)}},
> {{filter(traversal)}}, etc.. It would be futher good to cover the various
> {{with...}} methods like {{withPath()}}, {{withSideEffect()}}, etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)