GraphSyntax

izumi.fundamentals.graphs.GraphSyntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DAG.type
object DG.type

Members list

Concise view

Type members

Classlikes

implicit class DGExt[N, M](g: AbstractGraph[N, M] & DirectedGraphPred[N, M])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def unsafeFactory[N, M](predecessors: IncidenceMatrix[N], meta: GraphMeta[N, M]): G[N, M]

Implicits

Implicits

final implicit def DGExt[N, M](g: AbstractGraph[N, M] & DirectedGraphPred[N, M]): DGExt[N, M]