Pinq\Interfaces\IOrderedCollection::thenBy PHP Méthode

thenBy() public méthode

{@inheritDoc}
public thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedCollection
$function callable
Résultat Pinq\Interfaces\IOrderedCollection
    public function thenBy(callable $function, $direction);