Class TraversalProduct
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalProduct
This class represents the state of the output of a child
Traversal where it is either productive or not.
It is productive if it has at least one traverser within it, even if that traverser is holding a null.-
Field Summary
Fields -
Method Summary
-
Field Details
-
UNPRODUCTIVE
-
-
Method Details
-
get
-
isProductive
public boolean isProductive() -
ifProductive
-