Packages

t

reactivemongo.bson

BSONBooleanLikeClass

sealed trait BSONBooleanLikeClass[B <: BSONValue] extends BSONBooleanLike

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONBooleanLikeClass
  2. BSONBooleanLike
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def toBoolean: Boolean

    Returns the boolean equivalent value

    Returns the boolean equivalent value

    Definition Classes
    BSONBooleanLike

Concrete 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 toString(): String
    Definition Classes
    BSONBooleanLike → AnyRef → Any