TraverseState

izumi.fundamentals.graphs.traverse.DAGTraverser.TraverseState
case class TraverseState[F[_], N, T, P](predecessors: IncidenceMatrix[N], marking: Marking[N, T], active: Map[N, MPromise[F, P, T]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isFinished: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product