Interface LocalDateExpression
- 
- All Superinterfaces:
- ComparableExpression<LocalDate>,- EventSource<ObservableEvent<LocalDate>,ObservableEventListener<? super LocalDate>>,- Expression<LocalDate>,- ObservableLocalDateValue,- ObservableObjectValue<LocalDate>,- ObservableTemporalValue<LocalDate>,- ObservableValue<LocalDate>,- ReadableLocalDateValue,- ReadableObjectValue<LocalDate>,- ReadableSimpleValue<LocalDate>,- ReadableTemporalValue<LocalDate>,- ReadableTypedObjectValue<LocalDate>,- ReadableTypedValue<LocalDate>,- ReadableValue<LocalDate>,- Supplier<LocalDate>,- TemporalExpression<LocalDate>
 - All Known Subinterfaces:
- ReadableLocalDateProperty,- WritableLocalDateProperty
 - All Known Implementing Classes:
- LocalDateBinding,- LocalDateProperty
 
 public interface LocalDateExpression extends ObservableLocalDateValue, TemporalExpression<LocalDate> 
- 
- 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default BooleanBindinginFuture()default BooleanBindinginPast()- 
Methods inherited from interface io.github.mmm.value.observable.comparable.ComparableExpressiongreaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo
 - 
Methods inherited from interface io.github.mmm.event.EventSourceaddListener, addListener, addWeakListener, removeListener
 - 
Methods inherited from interface io.github.mmm.value.observable.ExpressionasString, dispose, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
 - 
Methods inherited from interface io.github.mmm.value.observable.ObservableValuetoString
 - 
Methods inherited from interface io.github.mmm.value.observable.temporal.localdate.ReadableLocalDateValuegetValueClass
 - 
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValuegetSafe, getValue
 - 
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValuegetAsString
 - 
Methods inherited from interface io.github.mmm.value.ReadableValueget
 
- 
 
- 
- 
- 
Method Detail- 
inFuturedefault BooleanBinding inFuture() - Specified by:
- inFuturein interface- TemporalExpression<LocalDate>
- Returns:
- a new BooleanBindingthat holdstrueif thevalueis in the future.
 
 - 
inPastdefault BooleanBinding inPast() - Specified by:
- inPastin interface- TemporalExpression<LocalDate>
- Returns:
- a new BooleanBindingthat holdstrueif thevalueis in the past.
 
 
- 
 
-