public final class LambdaMapStep<S,E> extends MapStep<S,E> implements LambdaHolder
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
LambdaMapStep(Traversal.Admin traversal,
Function<Traverser<S>,E> function) |
Modifier and Type | Method and Description |
---|---|
int |
hashCode() |
protected E |
map(Traverser.Admin<S> traverser) |
String |
toString() |
processNextStart
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRequirements
forEachRemaining, remove
public LambdaMapStep(Traversal.Admin traversal, Function<Traverser<S>,E> function)
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.