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

public final class ConcatStep<S> extends ScalarMapStep<S,String> implements TraversalParent
Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more String values together to the incoming String traverser. If the incoming traverser is a non-String value then an IllegalArgumentException will be thrown.
Author:
Yang Xia (http://github.com/xiazcy)
See Also: