1238123912401241124212431244
* All the objects previous to this step are aggregated in a greedy fashion and emitted as a List. * * @return the extended Pipeline */ public GremlinPipeline<S, List> gather() { return this.add(new GatherPipe()); }
303304305306307308309
/// TRANSFORM PIPES /// /////////////////////// public PipesPipeline<S, List> gather() { return this.add(new GatherPipe()); }