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