implicit final class BSONDecimalBooleanLike extends BSONBooleanLikeClass[BSONDecimal] with IsBooleanLike[BigDecimal]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BSONDecimalBooleanLike
- IsBooleanLike
- HasNumeric
- BSONBooleanLikeClass
- BSONBooleanLike
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BSONDecimalBooleanLike(underlying: BSONDecimal)
Value Members
- 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
- 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
- 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
- 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
- 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
- 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
- def equals(that: Any): Boolean
- Definition Classes
- BSONBooleanLike → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- BSONBooleanLike → AnyRef → Any
- Annotations
- @inline()
- def toBoolean: Boolean
- Definition Classes
- IsBooleanLike
- def toString(): String
- Definition Classes
- BSONDecimalBooleanLike → BSONBooleanLike → AnyRef → Any