Packages

object LoopDetector

Annotations
@nowarn()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoopDetector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Cycles[T](node: T, loops: Seq[Loop[T]]) extends Product with Serializable
  2. final case class Loop[T](loop: Seq[T]) extends AnyVal with Product with Serializable

Value Members

  1. object Impl extends LoopDetector