kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.List / shouldBeMonotonicallyIncreasingWith

shouldBeMonotonicallyIncreasingWith

fun <T> List<T>.shouldBeMonotonicallyIncreasingWith(comparator: Comparator<in T>): Unit