Sorts list by computed key using key comparator.
| list |
source list. |
| keyFn |
key extraction function. |
| cmp |
comparator for key type K. |
|
new sorted list. |