BSONLong

reactivemongo.api.bson.BSONLong$
See theBSONLong companion class
object BSONLong

BSONLong 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: Long): BSONLong

Returns a BSONLong

Returns a BSONLong

Attributes

def pretty(long: BSONLong): String

Returns the string representation for the given BSONLong.

Returns the string representation for the given BSONLong.

Attributes

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

Extracts the value if that's a BSONLong.

Extracts the value if that's a BSONLong.

Attributes