BSONBoolean

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

BSONBoolean factories & utilities

Attributes

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

Members list

Concise view

Value members

Concrete methods

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