Mongo Scala Driver - org.mongodb.scala.model.MergeOptions (original) (raw)

case class MergeOptions(wrapped: com.mongodb.client.model.MergeOptions = new JMergeOptions()) extends Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MergeOptions

  2. Serializable

  3. Product

  4. Equals

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def finalize(): Unit
  8. final def getClass(): Class[_ <: AnyRef]
  9. final def isInstanceOf[T0]: Boolean
  10. final def ne(arg0: AnyRef): Boolean
  11. final def notify(): Unit
  12. final def notifyAll(): Unit
  13. def productElementNames: Iterator[String]
  14. final def synchronized[T0](arg0: => T0): T0
  15. def uniqueIdentifier(uniqueIdentifiers: String*): MergeOptions
  16. def variables(variables: Variable[_]*): MergeOptions
  17. final def wait(): Unit
  18. final def wait(arg0: Long, arg1: Int): Unit
  19. final def wait(arg0: Long): Unit
  20. def whenMatched(whenMatched: WhenMatched): MergeOptions
  21. def whenMatchedPipeline(whenMatchedPipeline: Bson*): MergeOptions
  22. def whenNotMatched(whenNotMatched: WhenNotMatched): MergeOptions
  23. val wrapped: com.mongodb.client.model.MergeOptions

Ungrouped