ResultOfComparator<R> extension
- on
-
- Comparator<
R>
- Comparator<
Methods
-
keyOf<
T> (Map1< T, R> function) → Comparator<T> -
Available on Comparator<
Returns a Comparator of typeR> , provided by the ResultOfComparator extensionT
that extracts a sort key of typeR
. -
onResultOf<
T> (Map1< T, R> function) → Comparator<T> -
Available on Comparator<
Returns a Comparator of typeR> , provided by the ResultOfComparator extensionT
that extracts a sort key of typeR
.