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

beMonotonicallyDecreasingWith

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