Packages

class Unset extends PipelineOperator with Product2[String, Seq[String]] with Serializable

The $unset aggregation stage.

Since

MongoDB 4.2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unset
  2. Serializable
  3. Serializable
  4. Product2
  5. Product
  6. Equals
  7. PipelineOperator
  8. AnyRef
  9. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Unset to any2stringadd[Unset] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Unset, B)
    Implicit
    This member is added by an implicit conversion from Unset to ArrowAssoc[Unset] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def ensuring(cond: (Unset) ⇒ Boolean, msg: ⇒ Any): Unset
    Implicit
    This member is added by an implicit conversion from Unset to Ensuring[Unset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Unset) ⇒ Boolean): Unset
    Implicit
    This member is added by an implicit conversion from Unset to Ensuring[Unset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Unset
    Implicit
    This member is added by an implicit conversion from Unset to Ensuring[Unset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Unset
    Implicit
    This member is added by an implicit conversion from Unset to Ensuring[Unset] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    Unset → Equals → AnyRef → Any
  14. val field: String
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Unset to StringFormat[Unset] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    Unset → AnyRef → Any
    Annotations
    @inline()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def makePipe: P.Document
    Definition Classes
    Unset → PipelineOperator
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val otherFields: Seq[String]
  25. def productArity: Int
    Definition Classes
    Product2 → Product
  26. def productElement(n: Int): Any
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  27. def productIterator: Iterator[Any]
    Definition Classes
    Product
  28. def productPrefix: String
    Definition Classes
    Product
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from Unset to CollectionsHaveToParArray[Unset, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (Unset) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  31. def toString(): String
    Definition Classes
    Unset → AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. def [B](y: B): (Unset, B)
    Implicit
    This member is added by an implicit conversion from Unset to ArrowAssoc[Unset] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def _1: String
    Definition Classes
    Unset → Product2
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  2. def _2: Seq[String]
    Definition Classes
    Unset → Product2
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  3. def canEqual(that: Any): Boolean
    Definition Classes
    Unset → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

Inherited from Serializable

Inherited from Serializable

Inherited from Product2[String, Seq[String]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from Unset to CollectionsHaveToParArray[Unset, T]

Inherited by implicit conversion any2stringadd from Unset to any2stringadd[Unset]

Inherited by implicit conversion StringFormat from Unset to StringFormat[Unset]

Inherited by implicit conversion Ensuring from Unset to Ensuring[Unset]

Inherited by implicit conversion ArrowAssoc from Unset to ArrowAssoc[Unset]

Ungrouped