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

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

Subsequently orders the results using the supplied function according to the supplied direction
public thenBy ( callable $function, integer $direction ) : Pinq\Interfaces\IOrderedTraversable
$function callable
$direction integer
Результат Pinq\Interfaces\IOrderedTraversable
    public function thenBy(callable $function, $direction);