Pinq\Interfaces\IOrderedTraversable::thenByDescending PHP Метод

thenByDescending() публичный Метод

Subsequently orders the results using the supplied function descendingly
public thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedTraversable
$function callable
Результат Pinq\Interfaces\IOrderedTraversable
    public function thenByDescending(callable $function);