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