EdgeFilterProtocol
public protocol EdgeFilterProtocol
Allows dynamically excluding edges that meet a given criteria from a graph.
-
The graph to filter edges from.
Declaration
Swift
associatedtype Graph : GraphProtocol
-
Returns
true
ifedge
should be excluded from a filtered representation ofgraph
.