case class AsyncTransactionConvenience[Doc <: Document[Doc], Model <: DocumentModel[Doc]](collection: AsyncCollection[Doc, Model]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncTransactionConvenience
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsyncTransactionConvenience(collection: AsyncCollection[Doc, Model])
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
- def apply(id: Id[Doc]): IO[Doc]
- def apply[V](f: (Model) => (UniqueIndex[Doc, V], V)): IO[Doc]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val collection: AsyncCollection[Doc, Model]
- def count: IO[Int]
- def delete(id: Id[Doc])(implicit ev: <:<[Model, DocumentModel[_]]): IO[Boolean]
- def delete[V](f: (Model) => (UniqueIndex[Doc, V], V)): IO[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def get(id: Id[Doc]): IO[Option[Doc]]
- def get[V](f: (Model) => (UniqueIndex[Doc, V], V)): IO[Option[Doc]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getOrCreate(id: Id[Doc], create: => IO[Doc], lock: Boolean = true): IO[Doc]
- def insert(docs: Seq[Doc]): IO[Seq[Doc]]
- def insert(doc: Doc): IO[Doc]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list: IO[List[Doc]]
- def modify(id: Id[Doc], lock: Boolean = true, deleteOnNone: Boolean = false)(f: (Option[Doc]) => IO[Option[Doc]]): IO[Option[Doc]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def truncate(): IO[Int]
- def upsert(docs: Seq[Doc]): IO[Seq[Doc]]
- def upsert(doc: Doc): IO[Doc]
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)