public class LocalDateCondition extends TemporalCondition<java.time.LocalDate> implements LocalDateOperators
LocalDate functions for the temporal conditions.function, metadata| Constructor and Description |
|---|
LocalDateCondition(DslField<java.time.LocalDate> field) |
LocalDateCondition(PredicateMetadata metadata,
java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.time.LocalDate>> value) |
after, after, after, after, afterOrEq, afterOrEq, afterOrEq, afterOrEq, before, before, before, before, beforeOrEq, beforeOrEq, beforeOrEq, beforeOrEq, between, between, between, eq, notBetween, notBetween, notBetweenallMatch, allMatch, allMatch, anyMatch, anyMatch, eq, eq, eq, isNotNull, isNull, map, mapToInt, mapToString, mapUsing, noneMatch, noneMatch, noneMatch, notEq, notEq, notEqgetFunction, getMetadata, readable, value, valueModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterFunction, afterOrEqualsFunction, beforeFunction, beforeOrEqualsFunction, betweenFunction, minusFunction, plusFunction, withFunctionpublic LocalDateCondition(DslField<java.time.LocalDate> field)
public LocalDateCondition(PredicateMetadata metadata, java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.time.LocalDate>> value)