Github user okram commented on the issue:

    https://github.com/apache/tinkerpop/pull/748
  
    I think we over engineered this ticket. I believe @dkuppitz has the best 
idea.
    
    ```
    public Traversal<S,E> iterate() {
      this.filter(false);
      while(hasNext()) {
        next();
      } 
      return this;
    }
    ```
    



---

Reply via email to