CreateResult

com.outr.arango.core.CreateResult
case class CreateResult[T](key: Option[String], id: Option[String], rev: Option[String], document: T, newDocument: Option[T], oldDocument: Option[T])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def convert[S](converter: T => S): CreateResult[S]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product