toggle menu
akkurate
jvm
switch theme
search in API
akkurate-core
/
dev.nesk.akkurate.constraints.builders
/
isInPastOrIsPresent
is
In
Past
Or
Is
Present
jvm
@
JvmName
(
name
=
"instantIsInPastOrIsPresent"
)
fun
Validatable
<
Instant
?
>
.
isInPastOrIsPresent
(
)
:
Constraint
@
JvmName
(
name
=
"localDateIsInPastOrIsPresent"
)
fun
Validatable
<
LocalDate
?
>
.
isInPastOrIsPresent
(
)
:
Constraint
@
JvmName
(
name
=
"localDateTimeIsInPastOrIsPresent"
)
fun
Validatable
<
LocalDateTime
?
>
.
isInPastOrIsPresent
(
)
:
Constraint
@
JvmName
(
name
=
"zonedDateTimeIsInPastOrIsPresent"
)
fun
Validatable
<
ZonedDateTime
?
>
.
isInPastOrIsPresent
(
)
:
Constraint