InClause

object InClause

In clause extractor ($in with BSONArray; e.g. { '$in': [ ... ] })

class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(bson: BSONValue): Option[List[BSONValue]]

Matches BSON property with name $in and a BSONArray as value, and extracts subvalues from the array.

Matches BSON property with name $in and a BSONArray as value, and extracts subvalues from the array.