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
/
compareValueByCondition
compare
Value
By
Condition
inline
fun
<
T
>
compareValueByCondition
(
a
:
T
,
b
:
T
,
cond
:
(
T
)
->
Boolean
)
:
Int
Deprecated
Use standard compareValuesBy instead
Replace with
compareValuesBy(a, b, cond)
Content copied to clipboard
false first