package id
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- trait Id[Doc] extends Ordered[Id[Doc]]
- final case class StringId[Doc](value: String) extends AnyVal with Id[Doc] with Product with Serializable
Value Members
- object EdgeId extends Serializable
- object Id