420421422423424425426
* Emit the label of the incoming edge. * * @return the extended Pipeline */ public GremlinPipeline<S, String> label() { return this.add(new LabelPipe()); }