sortedLastIndexBy<T>(array, value, iteratee): number
This method is like sortedLastIndex except that it accepts iteratee
which is invoked for value and each element of array to compute their
sort ranking. The iteratee is invoked with one argument: (value).
This method is like
sortedLastIndexexcept that it acceptsiterateewhich is invoked forvalueand each element ofarrayto compute their sort ranking. The iteratee is invoked with one argument: (value).