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