public final class DropStep<S> extends FilterStep<S> implements Mutating<EventCallback<Event>>
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
DropStep(Traversal.Admin traversal) |
Modifier and Type | Method and Description |
---|---|
void |
addCallback(EventCallback<Event> elementPropertyRemovedEventEventCallback) |
void |
clearCallbacks() |
protected boolean |
filter(Traverser.Admin<S> traverser) |
List<EventCallback<Event>> |
getCallbacks() |
void |
removeCallback(EventCallback<Event> elementPropertyRemovedEventEventCallback) |
processNextStart
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hashCode, hasNext, next, 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 void addCallback(EventCallback<Event> elementPropertyRemovedEventEventCallback)
addCallback
in interface Mutating<EventCallback<Event>>
public void removeCallback(EventCallback<Event> elementPropertyRemovedEventEventCallback)
removeCallback
in interface Mutating<EventCallback<Event>>
public void clearCallbacks()
clearCallbacks
in interface Mutating<EventCallback<Event>>
public List<EventCallback<Event>> getCallbacks()
getCallbacks
in interface Mutating<EventCallback<Event>>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.