kotest-assertions-core / io.kotest.matchers.collections / strictlyDecreasingWith

strictlyDecreasingWith

fun <T> strictlyDecreasingWith(comparator: Comparator<in T>): Matcher<List<T>>