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
trueifedgeshould be excluded from a filtered representation ofgraph.
View on GitHub
EdgeFilterProtocol Protocol Reference