reactivemongo.api.bson.BSONDouble
See theBSONDouble companion class
object BSONDouble
BSONDouble utilities
import reactivemongo.api.bson.BSONDouble
BSONDouble(1.23D) match {
case BSONDouble(v) => assert(v == 1.23D)
case _ => ???
}
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BSONDouble.type
Members list
In this article