public final class SackObjectStep<S,V> extends SideEffectStep<S>
id, label, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild| Constructor and Description |
|---|
SackObjectStep(Traversal.Admin traversal,
BiFunction<V,S,V> operator) |
| Modifier and Type | Method and Description |
|---|---|
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to function properly. |
protected void |
sideEffect(Traverser.Admin<S> traverser) |
processNextStartaddStart, addStarts, clone, getId, getLabel, getNextStep, getPreviousStep, getTraversal, hasNext, next, reset, setId, setLabel, setNextStep, setPreviousStep, setTraversal, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic SackObjectStep(Traversal.Admin traversal, BiFunction<V,S,V> operator)
protected void sideEffect(Traverser.Admin<S> traverser)
sideEffect in class SideEffectStep<S>public Set<TraverserRequirement> getRequirements()
StepTraverserRequirement that must be met by the traverser in order for the step to function properly.
The provided default implements returns an empty set.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.