Packages

final class DocumentReplace[T] extends AnyRef

Source
DocumentReplace.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentReplace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val filter: Bson
  2. val replacement: T
  3. def toString(): String
    Definition Classes
    DocumentReplace → AnyRef → Any
  4. def withFilter(filter: Bson): DocumentReplace[T]
  5. def withReplacement[T1](replacement: T1): DocumentReplace[T1]