LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.sorting
Package-level
declarations
Types
Functions
Types
Comparator
Chain
Link copied to clipboard
class
ComparatorChain
<
T
>
(
comparisonFunctions
:
Comparator
<
in
T
>
)
:
Comparator
<
T
>
Tier
Link copied to clipboard
enum
Tier
:
Comparable
<
Tier
>
,
Enum
<
Tier
>
Functions
compare
By
Condition
Link copied to clipboard
inline
fun
<
T
>
compareByCondition
(
crossinline
cond
:
(
T
)
->
Boolean
)
:
Comparator
<
T
>
false first
compare
Value
By
Condition
Link copied to clipboard
inline
fun
<
T
>
compareValueByCondition
(
a
:
T
,
b
:
T
,
cond
:
(
T
)
->
Boolean
)
:
Int
false first