ComparingMatcher

fun <T : Comparable<T>> ComparingMatcher(    value: T,     cmpFunc: Int,     argumentType: KClass<T>)