Generic Function Find-Edge-If (1 method)

( find-edge-if < graph > < fn > &key < key > )

Part of:

package cl-graph

Returns the first edge in thing for which the
predicate function returns non-nil. If the key is supplied, then
it is applied to the edge before the predicate is.

Method Summary

find-edge-if < basic-graph > < t >