infix fun <T : TemporalAccessor> Builder<T>.isBefore(expected: TemporalAccessor): Builder<T>
Asserts that the subject is before expected.
java.time.DateTimeException - if expected is not a compatible temporal type.
java.time.DateTimeException