Type Parameters:
V - type of the observable value.
All Implemented Interfaces:
EventSource<ObservableEvent<V>,ObservableEventListener<? super V>>, Expression<V>, ObservableValue<V>, ReadableValue<V>, Supplier<V>
Direct Known Subclasses:
BooleanBinding, DurationBinding, InstantBinding, LocalDateBinding, LocalDateTimeBinding, LocalTimeBinding, NumberBinding, OffsetDateTimeBinding, OffsetDateTimeBinding, PatternBinding, StringBinding, ZonedDateTimeBinding

public abstract class Binding<V> extends AbstractObservableValue<V> implements Expression<V>
Expression that calculates its value dynamically from other ObservableValues (dependencies).
Since:
1.0.0