LongExpression
is an javafx.beans.value.ObservableLongValue
plus additional convenience methods to generate bindings in a fluent style.
A concrete sub-class of LongExpression
has to implement the method
javafx.beans.value.ObservableLongValue.get()
, which provides the
actual value of this expression.
extends