Pinq\Interfaces\IOrderedTraversable::thenBy PHP Method

thenBy() public method

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
return Pinq\Interfaces\IOrderedTraversable
    public function thenBy(callable $function, $direction);