def in(condition)
          if condition.nil?
            raise Errors::CriteriaArgumentRequired, :in
          end