trait InsertOps[P <: SerializationPack] extends InsertCommand[P] with CommandCodecsWithPack[P] with MultiBulkWriteResultFactory[P] with UpsertedFactory[P] with LastErrorFactory[P]
Ordering
- Alphabetic
- By Inheritance
Inherited
- InsertOps
- LastErrorFactory
- UpsertedFactory
- MultiBulkWriteResultFactory
- CommandCodecsWithPack
- InsertCommand
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
InsertBuilder extends AnyRef
Builder for insert operations.
-
final
class
MultiBulkWriteResult extends AnyRef
The result of a bulk write operation.
The result of a bulk write operation.
- Definition Classes
- MultiBulkWriteResultFactory
-
final
class
Upserted extends AnyRef
An upserted element
An upserted element
- Definition Classes
- UpsertedFactory
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (InsertOps[P], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (InsertOps[P]) ⇒ Boolean, msg: ⇒ Any): InsertOps[P]
- def ensuring(cond: (InsertOps[P]) ⇒ Boolean): InsertOps[P]
- def ensuring(cond: Boolean, msg: ⇒ Any): InsertOps[P]
- def ensuring(cond: Boolean): InsertOps[P]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
implicit final
lazy val
resultReader: P.Reader[DefaultWriteResult]
- Attributes
- protected
- Definition Classes
- CommandCodecsWithPack
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (InsertOps[P], B)
-
object
Upserted
- Definition Classes
- UpsertedFactory