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