strikt-jvm / strikt.java.time / strikt.api.Assertion.Builder / isAfter

isAfter

infix fun <T : TemporalAccessor> Builder<T>.isAfter(expected: TemporalAccessor): Builder<T>

Asserts that the subject is after expected.

Exceptions

java.time.DateTimeException - if expected is not a compatible temporal type.