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

beStrictlyDecreasingWith

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