Phone Item Comparator
Constructors
Functions
Inherited functions
Link copied to clipboard
open fun <T, U> comparing(keyExtractor: (out Any) -> out U, keyComparator: Comparator<out Any>): Comparator<T>
Content copied to clipboard
Link copied to clipboard
open fun <T> comparingDouble(keyExtractor: ToDoubleFunction<out Any>): Comparator<T>
Content copied to clipboard
Link copied to clipboard
open fun <T> comparingInt(keyExtractor: ToIntFunction<out Any>): Comparator<T>
Content copied to clipboard
Link copied to clipboard
open fun <T> comparingLong(keyExtractor: ToLongFunction<out Any>): Comparator<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun thenComparingDouble(keyExtractor: ToDoubleFunction<out Any>): Comparator<T>
Content copied to clipboard
Link copied to clipboard
open fun thenComparingInt(keyExtractor: ToIntFunction<out Any>): Comparator<T>
Content copied to clipboard
Link copied to clipboard
open fun thenComparingLong(keyExtractor: ToLongFunction<out Any>): Comparator<T>
Content copied to clipboard