public class LocalDateTimeFunctionsKt
| Modifier and Type | Method and Description |
|---|---|
static <E> org.valiktor.Validator.Property<org.joda.time.LocalDateTime> |
isNotToday(org.valiktor.Validator.Property<org.joda.time.LocalDateTime> $receiver)
Validates if the LocalDateTime property isn't today
|
static <E> org.valiktor.Validator.Property<org.joda.time.LocalDateTime> |
isToday(org.valiktor.Validator.Property<org.joda.time.LocalDateTime> $receiver)
Validates if the LocalDateTime property is today
|
@NotNull
public static <E> org.valiktor.Validator.Property<org.joda.time.LocalDateTime> isToday(@NotNull
org.valiktor.Validator.Property<org.joda.time.LocalDateTime> $receiver)
Validates if the LocalDateTime property is today
@NotNull
public static <E> org.valiktor.Validator.Property<org.joda.time.LocalDateTime> isNotToday(@NotNull
org.valiktor.Validator.Property<org.joda.time.LocalDateTime> $receiver)
Validates if the LocalDateTime property isn't today