CompoundIterableComparator<T> extension

on

Methods

toComparator() Comparator<T>
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.