ordering library
Provides a first-class model of comparators, their composition and operations on iterables.
Classes
-
Ordering<
T> - An ordering implements a Comparator function that can be modified using a fluent interface.
Extensions
-
OperatorExtension
on Comparator<
T>