Interface TailLocalStepContract<S>
-
- All Superinterfaces:
Cloneable,Iterator<Traverser.Admin<S>>,Serializable,Step<S,S>
- All Known Implementing Classes:
TailLocalStep,TailLocalStepPlaceholder
public interface TailLocalStepContract<S> extends Step<S,S>
-
-
Field Summary
Fields Modifier and Type Field Description static List<Class<? extends Step>>CONCRETE_STEPSConcrete implementations of this contract that can be referenced as TinkerPop implementations.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LonggetLimit()default GValue<Long>getLimitAsGValue()-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Step
addLabel, addStart, addStarts, clearLabels, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getRequirements, getTraversal, hasStarts, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
-
-