Module: Mongoid::Matcher::ElemMatchExpression Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | lib/mongoid/matcher/elem_match_expression.rb |
Overview
In-memory matcher used to evaluate whether an $elemMatch predicate matches and individual document. The $elemMatch predicate can be a logical expressions including $and, $or, $nor, and $not. $not can also have a regular expression predicate.