reactivemongo.api.bson.BSONString
See theBSONString companion class
object BSONString
BSONString utilities
import reactivemongo.api.bson.BSONString
BSONString("foo") match {
case BSONString(v) => v == "foo"
case _ => false
}
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BSONString.type
Members list
In this article