Directed

object Directed extends GraphType
class GraphType
class Object
trait Matchable
class Any

Value members

Concrete methods

override def check[A, B, I](vertices: (A, B) => Iterator[B], id: B => I): (A, Iterator[B]) => Option[(B, B)]
Definition Classes

Inherited methods

def map[A, I](id: A => I): CycleDetector[Map[A, A], A]
Inherited from
GraphType
def multimap[V[_], A, I](id: A => I, empty: V[A])(ev: V[A] <:< Iterable[A]): CycleDetector[Map[A, V[A]], A]
Inherited from
GraphType
def tree[A, I](vertices: A => Iterator[A], id: A => I): CycleDetector[Iterator[A], A]
Inherited from
GraphType