350351352353354355356
* * @param graph the graph of the pipe * @return the extended Pipeline */ public GremlinPipeline<S, Vertex> idVertex(final Graph graph) { return this.add(new IdVertexPipe(graph)); }