kotest-assertions-core
/
io.kotest.matchers.collections
/
monotonicallyDecreasingWith
monotonicallyDecreasingWith
fun
<
T
>
monotonicallyDecreasingWith
(
comparator
:
Comparator
<
in
T
>
)
:
Matcher
<
List
<
T
>
>