Packages

object Node extends Serializable

Annotations
@transient()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(node: N): NodeT
  2. implicit final def toValue[N](node: NodeT): N

    Allows to call methods of N directly on Node instances.

    Allows to call methods of N directly on Node instances.

    returns

    the contained user Object

    Annotations
    @inline()
  3. def unapply(n: NodeT): Some[NodeT]