ComparatorX.thenComparingBy() MethodSignature
Signature
thenComparingBy(other: Comparator<T>): ComparatorX<T>;
Parameters
Parameter | Type | Description |
---|---|---|
other | Comparator<T> | |
(Returns) | ComparatorX<T> |
thenComparingBy(other: Comparator<T>): ComparatorX<T>;
Parameter | Type | Description |
---|---|---|
other | Comparator<T> | |
(Returns) | ComparatorX<T> |