Github user okram commented on the issue:
https://github.com/apache/tinkerpop/pull/748
Yes, `filter(false)` is just "the concept." The step would be:
```
filter(FalseTraversal.instance())
```
Or as @dkuppitz says -- `not(identity())`.---
