329330331332333334335
* * @param graph the graph of the pipe * @return the extended Pipeline */ public GremlinPipeline<S, Edge> idEdge(final Graph graph) { return this.add(new IdEdgePipe(graph)); }