def Lt(self, key, right): c = criteria_class.instance(Const.Lt, key, right) self._push(c) return self