WhereGraphExtension<V, E> extension

on

Methods

where({required bool vertexPredicate(V vertex)}) Graph<V, E>
Returns a new lazy Graph with all vertices that satisfy the vertexPredicate.