c

reactivemongo.bson.BSONBooleanLike

BSONDoubleBooleanLike

implicit class BSONDoubleBooleanLike extends BSONBooleanLikeClass[BSONDouble] with IsBooleanLike[Double]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONDoubleBooleanLike
  2. IsBooleanLike
  3. HasNumeric
  4. BSONBooleanLikeClass
  5. BSONBooleanLike
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BSONDoubleBooleanLike(underlying: BSONDouble)

Value Members

  1. def equals(that: Any): Boolean
    Definition Classes
    BSONBooleanLike → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    BSONBooleanLike → AnyRef → Any
    Annotations
    @inline()
  3. def toBoolean: Boolean
    Definition Classes
    IsBooleanLike
  4. def toString(): String
    Definition Classes
    BSONDoubleBooleanLikeBSONBooleanLike → AnyRef → Any