class ArangoDBCollection extends ArangoDBDocuments[Json]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArangoDBCollection
- ArangoDBDocuments
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ArangoDBCollection(_collection: ArangoCollectionAsync)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _collection: ArangoCollectionAsync
- Definition Classes
- ArangoDBCollection → ArangoDBDocuments
- def apply(id: Id[Json], default: (Id[Json]) => Json = id => throw NotFoundException(id._id)): IO[Json]
- Definition Classes
- ArangoDBDocuments
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def count: IO[Int]
- Definition Classes
- ArangoDBDocuments
- def delete(id: Id[Json], options: DeleteOptions = DeleteOptions.Default, transaction: StreamTransaction = None.orNull): IO[DeleteResult[Json]]
- Definition Classes
- ArangoDBDocuments
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromT(t: Json): Json
- Definition Classes
- ArangoDBCollection → ArangoDBDocuments
- def get(id: Id[Json]): IO[Option[Json]]
- Definition Classes
- ArangoDBDocuments
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def id(key: String): Id[Json]
- Definition Classes
- ArangoDBDocuments
- def insert(doc: Json, options: CreateOptions = CreateOptions.Insert, transaction: StreamTransaction = None.orNull): IO[CreateResult[Json]]
- Definition Classes
- ArangoDBDocuments
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toT(value: Json): Json
- Definition Classes
- ArangoDBCollection → ArangoDBDocuments
- def update(id: Id[Json], doc: Json, options: UpdateOptions = UpdateOptions.Default, transaction: StreamTransaction = None.orNull): IO[UpdateResult[Json]]
- Definition Classes
- ArangoDBDocuments
- def upsert(doc: Json, options: CreateOptions = CreateOptions.Upsert, transaction: StreamTransaction = None.orNull): IO[CreateResult[Json]]
- Definition Classes
- ArangoDBDocuments
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object collection
- object field
- object index
- object batch
- Definition Classes
- ArangoDBDocuments
- object stream
- Definition Classes
- ArangoDBDocuments
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated