Impl

izumi.fundamentals.graphs.tools.cycles.LoopDetector$.Impl$
object Impl extends LoopDetector

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Impl.type

Members list

Concise view

Value members

Concrete methods

def findCyclesForNode[T](node: T, graph: IncidenceMatrix[T]): Option[Cycles[T]]
def findLoopMember[T](graph: IncidenceMatrix[T]): Option[T]

Inherited methods

final def findCyclesForNodes[T](nodes: Set[T], graph: IncidenceMatrix[T]): Set[Cycles[T]]

Attributes

Inherited from:
LoopDetector