package generic
Type Members
- class AnyOrdering[N] extends Ordering[N]
Ordering for Any with the following rules: numerical > string > any other reference type.
Ordering for Any with the following rules: numerical > string > any other reference type. If a reference type is not a subclass of Ordered, it will be ordered according to its toString value.
- trait GraphCompanion[+CC[N, E[+X] <: EdgeLikeIn[X]] <: Graph[N, E[X]] with GraphLike[N, E[X], CC]] extends GraphCompanionCanBuildFrom[CC]
Methods common to
Graph
companion objects in the core module.Methods common to
Graph
companion objects in the core module.- CC
the kind of type of the graph that is to become the companion class/trait of the object extending this trait.
- trait GraphCoreCompanion[+CC[N, E[+X] <: EdgeLikeIn[X]] <: Graph[N, E[X]] with GraphLike[N, E[X], CC]] extends GraphCompanion[CC]
GraphCompanion
extended to work withCoreConfig
. - trait ImmutableGraphCompanion[+CC[N, E[+X] <: EdgeLikeIn[X]] <: immutable.Graph[N, E[X]] with GraphLike[N, E[X], CC]] extends GraphCoreCompanion[CC]
- trait MutableGraphCompanion[+CC[N, E[+X] <: EdgeLikeIn[X]] <: mutable.Graph[N, E[X]] with mutable.GraphLike[N, E[X], CC]] extends GraphCoreCompanion[CC]
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.