BSONSymbol

reactivemongo.api.bson.BSONSymbol$
See theBSONSymbol companion class
object BSONSymbol

BSONSymbol 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: String): BSONSymbol

Returns a BSONSymbol

Returns a BSONSymbol

Attributes

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

Extracts the symbol value if that's a BSONSymbol.

Extracts the symbol value if that's a BSONSymbol.

Attributes