apiref
@dtinth/comparator@0.0.3

ComparatorX  Interface

Extra methods available on Comparator instances generated by the static methods in the Comparator namespace module.

Signature

export interface ComparatorX<T> extends Comparator<T> 

Methods

MethodDescription
reversed()
thenComparing(keyExtractor, keyComparator)
thenComparingBy(other)