toggle menu
akkurate
jvm
switch theme
search in API
akkurate-core
/
dev.nesk.akkurate.constraints.builders
/
isInFuture
is
In
Future
jvm
@
JvmName
(
name
=
"instantFuture"
)
fun
Validatable
<
Instant
?
>
.
isInFuture
(
)
:
Constraint
@
JvmName
(
name
=
"localDateFuture"
)
fun
Validatable
<
LocalDate
?
>
.
isInFuture
(
)
:
Constraint
@
JvmName
(
name
=
"localDateTimeFuture"
)
fun
Validatable
<
LocalDateTime
?
>
.
isInFuture
(
)
:
Constraint
@
JvmName
(
name
=
"zonedDateTimeFuture"
)
fun
Validatable
<
ZonedDateTime
?
>
.
isInFuture
(
)
:
Constraint