module Mongoid::Criteria::Queryable::Storable

This module encapsulates methods that write query expressions into the Criteria’s selector.

The query expressions must have already been expanded as necessary. The methods of this module do not perform processing on expression values.

Methods in this module do not handle negation - if negation is needed, it must have already been handled upstream of these methods.

@api private