lightdb.id

package lightdb.id

Members list

Type members

Classlikes

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]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Id[Doc]
trait Ordered[Id[Doc]]
trait Comparable[Id[Doc]]
class Object
trait Matchable
class Any
Show all
object EdgeId

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
EdgeId.type
trait Id[Doc] extends Ordered[Id[Doc]]

Attributes

Companion
object
Supertypes
trait Ordered[Id[Doc]]
trait Comparable[Id[Doc]]
class Object
trait Matchable
class Any
Known subtypes
class EdgeId[Doc, From, To]
class StringId[Doc]
object Id

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Id.type
final case class StringId[Doc](value: String) extends AnyVal, Id[Doc]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Id[Doc]
trait Ordered[Id[Doc]]
trait Comparable[Id[Doc]]
class Object
class AnyVal
trait Matchable
class Any
Show all