fun <T> sortedWith(comparator: Comparator<in T>): Matcher<List<T>>
fun <T> sortedWith(cmp: (T, T) -> Int): Matcher<List<T>>