BSONLong

object BSONLong

BSONLong factories & utilities

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(value: Long): BSONLong

Returns a BSONLong

Returns a BSONLong

def pretty(long: BSONLong): String

Returns the string representation for the given BSONLong.

Returns the string representation for the given BSONLong.

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

Extracts the value if that's a BSONLong.

Extracts the value if that's a BSONLong.