Packages

o

org.mongodb.scala.bson

BsonJavaScriptWithScope

object BsonJavaScriptWithScope

Companion helper for a BsonJavaScriptWithScope

Since

1.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonJavaScriptWithScope
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(value: String, scope: Traversable[(String, BsonValue)]): BsonJavaScriptWithScope

    Creates a BsonJavaScript

    Creates a BsonJavaScript

    value

    the javascript function

    scope

    the function scope

    returns

    the BsonJavaScript

  2. def apply(value: String, scope: CanBeBsonElement*): BsonJavaScriptWithScope

    Creates a BsonJavaScript

    Creates a BsonJavaScript

    value

    the javascript function

    scope

    the function scope

    returns

    the BsonJavaScript

  3. def apply(value: String, scope: BsonDocument): BsonJavaScriptWithScope

    Creates a BsonJavaScript

    Creates a BsonJavaScript

    value

    the javascript function

    scope

    the function scope

    returns

    the BsonJavaScript