EdgeId

lightdb.id.EdgeId
See theEdgeId companion object
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
Graph
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

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

Concrete fields

lazy override val value: String