BSONJavaScriptWS

reactivemongo.api.bson.BSONJavaScriptWS
See theBSONJavaScriptWS companion class

BSONJavaScriptWS factories & utilities

Attributes

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

Members list

Value members

Concrete methods

def apply(value: String, scope: BSONDocument): BSONJavaScriptWS

Returns a BSONJavaScriptWS with given scope

Returns a BSONJavaScriptWS with given scope

Attributes

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

Extracts the javaScriptWS value if that's a BSONJavaScriptWS.

Extracts the javaScriptWS value if that's a BSONJavaScriptWS.

Attributes