BSONBoolean

reactivemongo.api.bson.BSONBoolean
See theBSONBoolean companion class
object BSONBoolean

BSONBoolean factories & utilities

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(value: Boolean): BSONBoolean

Returns a BSONBoolean

Returns a BSONBoolean

Attributes

def unapply(that: Any): Option[Boolean]

Extracts the boolean value if that's a BSONBoolean.

Extracts the boolean value if that's a BSONBoolean.

Attributes