Packages

p

dappermongo

results

package results

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Deleted(count: Long) extends Product with Serializable
  2. case class InsertedMany(insertedIds: Map[Int, BSONValue]) extends Product with Serializable
  3. case class InsertedOne(insertedId: Option[BSONValue]) extends Product with Serializable
  4. sealed trait Result[+Op] extends AnyRef
  5. case class Updated(matched: Long, modified: Long, upsertedId: Option[BSONValue]) extends Product with Serializable

Value Members

  1. object Result

Ungrouped