NotInClause

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

class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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