c

reactivemongo.bson.BSONBooleanLike

BSONDecimalBooleanLike

implicit final class BSONDecimalBooleanLike extends BSONBooleanLikeClass[BSONDecimal] with IsBooleanLike[BigDecimal]

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

Instance Constructors

  1. new BSONDecimalBooleanLike(underlying: BSONDecimal)

Value Members

  1. def <(that: BSONDecimalBooleanLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalBooleanLike toOrdered[BSONDecimalBooleanLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalBooleanLike] is in scope.
    Definition Classes
    Ordered
  2. def <=(that: BSONDecimalBooleanLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalBooleanLike toOrdered[BSONDecimalBooleanLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalBooleanLike] is in scope.
    Definition Classes
    Ordered
  3. def >(that: BSONDecimalBooleanLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalBooleanLike toOrdered[BSONDecimalBooleanLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalBooleanLike] is in scope.
    Definition Classes
    Ordered
  4. def >=(that: BSONDecimalBooleanLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalBooleanLike toOrdered[BSONDecimalBooleanLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalBooleanLike] is in scope.
    Definition Classes
    Ordered
  5. def compare(that: BSONDecimalBooleanLike): Int
    Implicit
    This member is added by an implicit conversion from BSONDecimalBooleanLike toOrdered[BSONDecimalBooleanLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalBooleanLike] is in scope.
    Definition Classes
    Ordered
  6. def compareTo(that: BSONDecimalBooleanLike): Int
    Implicit
    This member is added by an implicit conversion from BSONDecimalBooleanLike toOrdered[BSONDecimalBooleanLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalBooleanLike] is in scope.
    Definition Classes
    Ordered → Comparable
  7. def equals(that: Any): Boolean
    Definition Classes
    BSONBooleanLike → AnyRef → Any
  8. def hashCode(): Int
    Definition Classes
    BSONBooleanLike → AnyRef → Any
    Annotations
    @inline()
  9. def toBoolean: Boolean
    Definition Classes
    IsBooleanLike
  10. def toString(): String
    Definition Classes
    BSONDecimalBooleanLikeBSONBooleanLike → AnyRef → Any