Interface LocalDateTimeExpression
- All Superinterfaces:
ComparableExpression<LocalDateTime>,EventSource<ObservableEvent<LocalDateTime>,,ObservableEventListener<? super LocalDateTime>> Expression<LocalDateTime>,ObservableLocalDateTimeValue,ObservableObjectValue<LocalDateTime>,ObservableTemporalValue<LocalDateTime>,ObservableValue<LocalDateTime>,ReadableLocalDateTimeValue,ReadableObjectValue<LocalDateTime>,ReadableSimpleObjectValue<LocalDateTime>,ReadableSimpleValue<LocalDateTime>,ReadableTemporalValue<LocalDateTime>,ReadableValue<LocalDateTime>,Supplier<LocalDateTime>,TemporalExpression<LocalDateTime>
- All Known Implementing Classes:
LocalDateTimeBinding
public interface LocalDateTimeExpression
extends ObservableLocalDateTimeValue, TemporalExpression<LocalDateTime>
- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault BooleanBindinginFuture()default BooleanBindinginPast()Methods inherited from interface io.github.mmm.value.observable.comparable.ComparableExpression
greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualToMethods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListenerMethods inherited from interface io.github.mmm.value.observable.Expression
asString, dispose, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNullMethods inherited from interface io.github.mmm.value.observable.ObservableValue
toStringMethods inherited from interface io.github.mmm.value.observable.time.localdatetime.ReadableLocalDateTimeValue
getFallbackSafeValue, getValueClass, parseMethods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getValueMethods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
format, getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
inFuture
- Specified by:
inFuturein interfaceTemporalExpression<LocalDateTime>- Returns:
- a new
BooleanBindingthat holdstrueif thevalueis in the future.
-
inPast
- Specified by:
inPastin interfaceTemporalExpression<LocalDateTime>- Returns:
- a new
BooleanBindingthat holdstrueif thevalueis in the past.
-