A decorator class that reverses the order of a given Order.
This class takes an existing Order instance and provides a new Order that sorts elements in the opposite direction.
The type of objects that this Order can compare.