All Implemented Interfaces:
Serializable, Cloneable, Iterator<Traverser.Admin<String>>, Step<S,String>, ListFunction

public final class ConjoinStep<S> extends ScalarMapStep<S,String> implements ListFunction
A map step that returns the result of joining every element in the traverser using the delimiter argument.
See Also: