more

inline fun <T : Comparable<T>> more(value: T, andEquals: Boolean = false): T

Matches if the value is more than the provided value via the compareTo function.

Parameters

andEquals

matches more than or equal to