Node

scalax.collection.GraphBase.Node$
See theNode companion trait
object Node

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Node.type

Members list

Value members

Concrete methods

def apply(node: N): NodeT
def unapply(n: NodeT): Some[NodeT]

Implicits

Implicits

final implicit def toOuter(node: NodeT): N

Allows to call methods of N directly on Node instances.

Allows to call methods of N directly on Node instances.

Attributes