Packages

object NodeSource

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeSource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Defaults extends AnyRef
  2. final case class Embedded[L, V, H](node: Node[L, V, H]) extends Defaults with NodeSource[L, V, H] with Product with Serializable
  3. final case class Hash[L, V, H](hash: H) extends Defaults with NodeSource[L, V, H] with Product with Serializable

Value Members

  1. object Empty extends Defaults with NodeSource[Nothing, Nothing, Nothing] with Product with Serializable