Nearest To
NearestTo
Constructors
Functions
reversed
Link copied to clipboard
then Comparing
Link copied to clipboard
open fun thenComparing(p0: Comparator<in Locatable?>): Comparator<Locatable?>
Content copied to clipboard
open fun <U : Comparable<U>> thenComparing(p0: Function<in Locatable?, out U>): Comparator<Locatable?>
Content copied to clipboard
open fun <U : Any> thenComparing(p0: Function<in Locatable?, out U>, p1: Comparator<in U>): Comparator<Locatable?>
Content copied to clipboard
then Comparing Double
Link copied to clipboard
open fun thenComparingDouble(p0: ToDoubleFunction<in Locatable?>): Comparator<Locatable?>
Content copied to clipboard
then Comparing Int
Link copied to clipboard
open fun thenComparingInt(p0: ToIntFunction<in Locatable?>): Comparator<Locatable?>
Content copied to clipboard
then Comparing Long
Link copied to clipboard
open fun thenComparingLong(p0: ToLongFunction<in Locatable?>): Comparator<Locatable?>
Content copied to clipboard