OuterNode

scalax.collection.OuterNode
sealed case class OuterNode[+N](node: N) extends OuterElem[N, Nothing]

Wraps any type to be accepted when calling Graph(...).

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OuterElem[N, Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product