WhereGraphExtension<V, E> extension
Methods
-
where({bool vertexPredicate(V vertex)?, bool edgePredicate(Edge<V, E> edge)?})
→ Graph<V, E>
-
Available on Graph<V, E>,
provided by the WhereGraphExtension extension
Returns a new lazy Graph with all vertices that satisfy the
vertexPredicate
and all edges that satisfy the edgePredicate
.