public class LocalDateTimeCondition extends TemporalCondition<java.time.LocalDateTime> implements LocalDateTimeOperators
LocalDateTime functions for the temporal conditions.function, metadata| Constructor and Description |
|---|
LocalDateTimeCondition(DslField<java.time.LocalDateTime> field) |
LocalDateTimeCondition(PredicateMetadata metadata,
java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.time.LocalDateTime>> 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 LocalDateTimeCondition(DslField<java.time.LocalDateTime> field)
public LocalDateTimeCondition(PredicateMetadata metadata, java.util.function.BiFunction<DslModel,Context,java.util.Optional<java.time.LocalDateTime>> value)