339340341342343344345
* Emit the id of the incoming element. * * @return the extended Pipeline */ public GremlinPipeline<S, Object> id() { return this.add(new IdPipe()); }