infix fun <T : Comparable<T>> Builder<T>.isLessThan(expected: T): Builder<T>
Asserts that the subject compares less than expected according to Kotlin's standard < operator.
<