CompoundIterableComparator<T> extension
- on
-
- Iterable<
Comparator< T> >
- Iterable<
Methods
-
toComparator(
) → Comparator< T> -
Available on Iterable<
Returns a Comparator that tries each of the comparators in this iterable in order and returns the first result that doesn't end up in a tie.Comparator< , provided by the CompoundIterableComparator extensionT> >