less

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

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

Parameters

andEquals

matches less than or equal to