ToposortLoopBreaker

izumi.fundamentals.graphs.tools.ToposortLoopBreaker$
See theToposortLoopBreaker companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class ResolvedLoop[T](breakAt: Set[T]) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
abstract class SingleElementBreaker[T]() extends ToposortLoopBreaker[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def breakOn[T](select: Set[T] => Option[T]): ToposortLoopBreaker[T]