BSONInteger

reactivemongo.api.bson.BSONInteger$
See theBSONInteger companion class

BSONInteger factories & utilities

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(value: Int): BSONInteger

Returns a BSONInteger

Returns a BSONInteger

Attributes

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

Extracts the integer value if that's a BSONInteger.

Extracts the integer value if that's a BSONInteger.

Attributes