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