if isinstance(method, str):
                ret = getattr(Collection._registry[resource], method)(operator, value)
            elif callable(method):
                ret = method(operator, value)