[ 
https://issues.apache.org/jira/browse/TINKERPOP-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17207814#comment-17207814
 ] 

ASF GitHub Bot commented on TINKERPOP-2430:
-------------------------------------------

bechbd commented on a change in pull request #1336:
URL: https://github.com/apache/tinkerpop/pull/1336#discussion_r499339842



##########
File path: docs/src/recipes/operating-on-dropped-elements.asciidoc
##########
@@ -0,0 +1,27 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+////
+[[operating-on-dropped-elements]]
+== Operating on Dropped Elements
+
+One common scenario that happens when dropping elements using a traversal is 
the desire to perform some sort of operation on the elements being removed.  
This simplest form of this scenario is returning the number of elements being 
dropped from the traversal, which is shown in the example below from the 
"modern" graph.

Review comment:
       Ack




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Looping Recipies
> ----------------
>
>                 Key: TINKERPOP-2430
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2430
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Dave Bechberger
>            Priority: Minor
>
> Create documentation recipes for common looping patterns including:
> Conditional Looping with Max Depth
> Emitting the Loop Depth



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to