public function thenByDescending(callable $function) { return $this->constructScopedSelf($this->validateIsOrdered(__METHOD__)->thenOrderBy($function, false)); }