Uses of Class
tech.jhipster.lite.shared.error.domain.Assert.InstantAsserter
Packages that use Assert.InstantAsserter
-
Uses of Assert.InstantAsserter in tech.jhipster.lite.shared.error.domain
Methods in tech.jhipster.lite.shared.error.domain that return Assert.InstantAsserterModifier and TypeMethodDescriptionEnsure that the input instant is after the given instantEnsure that the input instant is after the given instantEnsure that the input instant is before the given instantAssert.InstantAsserter.beforeOrAt(Instant other) Ensure that the input instant is before the given instantstatic Assert.InstantAsserterCreate a fluent asserter for an InstantAssert.InstantAsserter.inFuture()Ensure that the given instant is in the future or at current Instant (considering this method invocation time)Assert.InstantAsserter.inPast()Ensure that the given instant is in the past or at current Instant (considering this method invocation time)Assert.InstantAsserter.notNull()Ensure that the instant is not null