Pinq\Interfaces\IOrderedRepository::thenBy PHP Method

thenBy() public method

{@inheritDoc}
public thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedRepository
$function callable
return Pinq\Interfaces\IOrderedRepository
    public function thenBy(callable $function, $direction);