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