OrderedComparator<T> extension
- on
-
- Comparator<
T>
- Comparator<
Methods
-
isOrdered(
Iterable< T> iterable) → bool -
Available on Comparator<
Tests if the specifiedT> , provided by the OrderedComparator extensioniterable
is in increasing order. -
isStrictlyOrdered(
Iterable< T> iterable) → bool -
Available on Comparator<
Tests if the specified Iterable is in strict increasing order.T> , provided by the OrderedComparator extension