Packages

package id

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class EdgeId[Doc <: EdgeDocument[Doc, From, To], From <: Document[From], To <: Document[To]](from: Id[From], to: Id[To], extra: Option[String]) extends Id[Doc] with Product with Serializable
  2. trait Id[Doc] extends Ordered[Id[Doc]]
  3. final case class StringId[Doc](value: String) extends AnyVal with Id[Doc] with Product with Serializable

Value Members

  1. object EdgeId extends Serializable
  2. object Id

Ungrouped