BSONInteger

BSONInteger factories & utilities

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(value: Int): BSONInteger

Returns a BSONInteger

Returns a BSONInteger

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

Extracts the integer value if that's a BSONInteger.

Extracts the integer value if that's a BSONInteger.