ValueDocument

Extractor of properties for a document used a BSON value (when operator is used, e.g. { 'age': { '$gt': 10 } }).

See also:
class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(v: BSONValue): Option[List[(String, BSONValue)]]