Id

com.outr.arango.Id$
See theId companion class
object Id

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Id.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def extract[D](json: Json): Id[D]
def parse[D](id: String): Id[D]
def update(json: Json): Json

Implicits

Implicits

implicit def rw[D]: RW[Id[D]]
implicit def toJson[D](id: Id[D]): Json