StringId

lightdb.id.StringId
final case class StringId[Doc](value: String) extends AnyVal, Id[Doc]

Attributes

Graph
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

Members list

Value members

Inherited methods

def <(that: Id[Doc]): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Id[Doc]): Boolean

Attributes

Inherited from:
Ordered
def >(that: Id[Doc]): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Id[Doc]): Boolean

Attributes

Inherited from:
Ordered
def bytes: Array[Byte]

Attributes

Inherited from:
Id
def coerce[T](implicit ev: Doc =:= T): Id[T]

Attributes

Inherited from:
Id
override def compare(that: Id[Doc]): Int

Attributes

Definition Classes
Id -> Ordered
Inherited from:
Id
def compareTo(that: Id[Doc]): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Id -> Any
Inherited from:
Id