1380138113821383138413851386
* Any inputted iterator or iterable is unrolled and the iterator/iterable's objects are emitted one at a time. * * @return the extended Pipeline */ public GremlinPipeline<S, ?> scatter() { return this.add(new ScatterPipe()); }
359360361362363364365
public PipesPipeline<S, Row> select() { return this.add(new SelectPipe(null, FluentUtility.getAsPipes(this))); } public PipesPipeline<S, ?> scatter() { return this.add(new ScatterPipe()); }