Class LocalDateTimeBinding
java.lang.Object
io.github.mmm.event.AbstractEventSource<ObservableEvent<V>,ObservableEventListener<? super V>>
io.github.mmm.value.observable.AbstractObservableValue<V>
io.github.mmm.value.observable.Binding<LocalDateTime>
io.github.mmm.value.observable.temporal.localdatetime.LocalDateTimeBinding
- All Implemented Interfaces:
EventSource<ObservableEvent<LocalDateTime>,,ObservableEventListener<? super LocalDateTime>> ComparableExpression<LocalDateTime>,Expression<LocalDateTime>,ObservableObjectValue<LocalDateTime>,ReadableObjectValue<LocalDateTime>,ReadableSimpleValue<LocalDateTime>,ReadableTypedObjectValue<LocalDateTime>,ObservableValue<LocalDateTime>,LocalDateTimeExpression,ObservableLocalDateTimeValue,ReadableLocalDateTimeValue,ObservableTemporalValue<LocalDateTime>,ReadableTemporalValue<LocalDateTime>,TemporalExpression<LocalDateTime>,ReadableTypedValue<LocalDateTime>,ReadableValue<LocalDateTime>,Supplier<LocalDateTime>
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionLocalDateTimeBinding(Supplier<LocalDateTime> expression, ObservableValue<?>... dependencies) The constructor. -
Method Summary
Methods inherited from class io.github.mmm.value.observable.Binding
bind, dispose, get, invalidate, isValid, toString, unbindMethods inherited from class io.github.mmm.value.observable.AbstractObservableValue
addListener, fireChange, fireEvent, fireEvent, fireEventFor, fireEventFor, fireEventWithOldValue, hasChangeAwareListeners, removeListener, toStringMethods inherited from class io.github.mmm.event.AbstractEventSource
getEventAdapter, hasListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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.temporal.localdatetime.LocalDateTimeExpression
inFuture, inPastMethods inherited from interface io.github.mmm.value.observable.ObservableValue
toStringMethods inherited from interface io.github.mmm.value.observable.temporal.localdatetime.ReadableLocalDateTimeValue
getValueClassMethods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValueMethods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
get
-
Constructor Details
-
LocalDateTimeBinding
The constructor.- Parameters:
expression- theSupplierto compute thevalue.dependencies- theObservableValues theexpressiondepends on.
-