case classBSONJavaScriptWS(value: String) extends BSONValue with Product with Serializable
BSON scoped JavaScript value.
value
The JavaScript source code. TODO
Linear Supertypes
Serializable, Serializable, Product, Equals, BSONValue, AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
BSONJavaScriptWS
Serializable
Serializable
Product
Equals
BSONValue
AnyRef
Any
Implicitly
by ExtendedBSONValue
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Visibility
Public
All
Instance Constructors
newBSONJavaScriptWS(value: String)
value
The JavaScript source code. TODO
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from BSONJavaScriptWS to
any2stringadd[BSONJavaScriptWS] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from BSONJavaScriptWS to
StringFormat[BSONJavaScriptWS] performed by method StringFormat in scala.Predef.
BSON scoped JavaScript value.
The JavaScript source code. TODO