Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.4.2
-
None
-
None
Description
Provide for a typeOf() predicate that allows for testing the type of an object which would enable neat things like:
g.V().outE().has('weight',gt(0.1)).inV().path().unfold().is(typeOf(VERTEX))
See the linked DISCUSS thread for more information.
Attachments
Issue Links
- is duplicated by
-
TINKERPOP-2874 Allow to filter traversal elements by class without using a lambda
- Closed
- links to