public final class DropStep<S> extends FilterStep<S> implements Mutating<Event>
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
Constructor and Description |
---|
DropStep(Traversal.Admin traversal) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyMutations(Object... keyValues)
This method doesn't do anything as
drop() doesn't take property mutation arguments. |
protected boolean |
filter(Traverser.Admin<S> traverser) |
CallbackRegistry<Event> |
getMutatingCallbackRegistry()
Gets the callback registry for events that the step raises.
|
processNextStart
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hashCode, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRequirements
forEachRemaining, remove
public DropStep(Traversal.Admin traversal)
protected boolean filter(Traverser.Admin<S> traverser)
filter
in class FilterStep<S>
public CallbackRegistry<Event> getMutatingCallbackRegistry()
Mutating
getMutatingCallbackRegistry
in interface Mutating<Event>
public void addPropertyMutations(Object... keyValues)
drop()
doesn't take property mutation arguments.addPropertyMutations
in interface Mutating<Event>
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.