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