Uses of Interface
io.github.mmm.value.observable.ObservableValue
-
-
Uses of ObservableValue in io.github.mmm.bean.property
Subinterfaces of ObservableValue in io.github.mmm.bean.property Modifier and Type Interface Description interface
ReadableBeanProperty<V extends WritableBean>
interface
WritableBeanProperty<V extends WritableBean>
Classes in io.github.mmm.bean.property that implement ObservableValue Modifier and Type Class Description class
BeanProperty<V extends WritableBean>
Implementation ofBeanProperty
. -
Uses of ObservableValue in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id that implement ObservableValue Modifier and Type Class Description class
IdProperty<E>
-
Uses of ObservableValue in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link that implement ObservableValue Modifier and Type Class Description class
LinkProperty<E>
-
Uses of ObservableValue in io.github.mmm.property
Subinterfaces of ObservableValue in io.github.mmm.property Modifier and Type Interface Description interface
ReadableProperty<V>
This is the interface for a generic property.interface
WritableProperty<V>
Aproperty
with write access (e.g.Classes in io.github.mmm.property that implement ObservableValue Modifier and Type Class Description class
Property<V>
Implementation ofWritableProperty
. -
Uses of ObservableValue in io.github.mmm.property.booleans
Subinterfaces of ObservableValue in io.github.mmm.property.booleans Modifier and Type Interface Description interface
ReadableBooleanProperty
interface
WritableBooleanProperty
Classes in io.github.mmm.property.booleans that implement ObservableValue Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
. -
Uses of ObservableValue in io.github.mmm.property.container
Subinterfaces of ObservableValue in io.github.mmm.property.container Modifier and Type Interface Description interface
ReadableContainerProperty<V,E>
interface
WritableContainerProperty<V,E>
WritableProperty
with containervalue
.Classes in io.github.mmm.property.container that implement ObservableValue Modifier and Type Class Description class
ContainerProperty<V,E>
Implementation ofWritableContainerProperty
. -
Uses of ObservableValue in io.github.mmm.property.container.collection
Subinterfaces of ObservableValue in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interface
io.github.mmm.property.container.collection.ReadableCollectionProperty<V extends Collection<E>,E>
interface
io.github.mmm.property.container.collection.WritableCollectionProperty<V extends Collection<E>,E>
Classes in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ObservableValue Modifier and Type Class Description class
io.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>
Implementation ofWritableCollectionProperty
. -
Uses of ObservableValue in io.github.mmm.property.container.list
Subinterfaces of ObservableValue in io.github.mmm.property.container.list Modifier and Type Interface Description interface
ReadableListProperty<E>
interface
WritableListProperty<E>
Classes in io.github.mmm.property.container.list that implement ObservableValue Modifier and Type Class Description class
ListProperty<E>
Implementation ofWritableListProperty
. -
Uses of ObservableValue in io.github.mmm.property.container.map
Subinterfaces of ObservableValue in io.github.mmm.property.container.map Modifier and Type Interface Description interface
ReadableMapProperty<K,V>
interface
WritableMapProperty<K,V>
Classes in io.github.mmm.property.container.map that implement ObservableValue Modifier and Type Class Description class
MapProperty<K,V>
Implementation ofWritableMapProperty
. -
Uses of ObservableValue in io.github.mmm.property.container.set
Subinterfaces of ObservableValue in io.github.mmm.property.container.set Modifier and Type Interface Description interface
ReadableSetProperty<E>
interface
WritableSetProperty<E>
Classes in io.github.mmm.property.container.set that implement ObservableValue Modifier and Type Class Description class
SetProperty<E>
Implementation ofWritableSetProperty
. -
Uses of ObservableValue in io.github.mmm.property.number
Subinterfaces of ObservableValue in io.github.mmm.property.number Modifier and Type Interface Description interface
ReadableNumberProperty<N extends Number & Comparable<? super N>>
interface
WritableNumberProperty<N extends Number & Comparable<? super N>>
Classes in io.github.mmm.property.number that implement ObservableValue Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.bigdecimal
Subinterfaces of ObservableValue in io.github.mmm.property.number.bigdecimal Modifier and Type Interface Description interface
ReadableBigDecimalProperty
interface
WritableBigDecimalProperty
Classes in io.github.mmm.property.number.bigdecimal that implement ObservableValue Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.biginteger
Subinterfaces of ObservableValue in io.github.mmm.property.number.biginteger Modifier and Type Interface Description interface
ReadableBigIntegerProperty
interface
WritableBigIntegerProperty
Classes in io.github.mmm.property.number.biginteger that implement ObservableValue Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.bytes
Subinterfaces of ObservableValue in io.github.mmm.property.number.bytes Modifier and Type Interface Description interface
ReadableByteProperty
interface
WritableByteProperty
Classes in io.github.mmm.property.number.bytes that implement ObservableValue Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.doubles
Subinterfaces of ObservableValue in io.github.mmm.property.number.doubles Modifier and Type Interface Description interface
ReadableDoubleProperty
interface
WritableDoubleProperty
Classes in io.github.mmm.property.number.doubles that implement ObservableValue Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.floats
Subinterfaces of ObservableValue in io.github.mmm.property.number.floats Modifier and Type Interface Description interface
ReadableFloatProperty
interface
WritableFloatProperty
Classes in io.github.mmm.property.number.floats that implement ObservableValue Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.integers
Subinterfaces of ObservableValue in io.github.mmm.property.number.integers Modifier and Type Interface Description interface
ReadableIntegerProperty
interface
WritableIntegerProperty
Classes in io.github.mmm.property.number.integers that implement ObservableValue Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.longs
Subinterfaces of ObservableValue in io.github.mmm.property.number.longs Modifier and Type Interface Description interface
ReadableLongProperty
interface
WritableLongProperty
Classes in io.github.mmm.property.number.longs that implement ObservableValue Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of ObservableValue in io.github.mmm.property.number.shorts
Subinterfaces of ObservableValue in io.github.mmm.property.number.shorts Modifier and Type Interface Description interface
ReadableShortProperty
interface
WritableShortProperty
Classes in io.github.mmm.property.number.shorts that implement ObservableValue Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of ObservableValue in io.github.mmm.property.object
Subinterfaces of ObservableValue in io.github.mmm.property.object Modifier and Type Interface Description interface
ReadableObjectProperty<V>
interface
ReadableSimpleProperty<V>
ReadableProperty
for a simple datatype (and not acontainer property
).interface
WritableObjectProperty<V>
interface
WritableSimpleProperty<V>
WritableProperty
for a simple datatype (and not acontainer property
).Classes in io.github.mmm.property.object that implement ObservableValue Modifier and Type Class Description class
ObjectProperty<V>
Generic implementation ofWritableProperty
for arbitrary objects that do not have their own custom implementation.class
SimpleProperty<V>
Property
implementation ofWritableSimpleProperty
. -
Uses of ObservableValue in io.github.mmm.property.range
Subinterfaces of ObservableValue in io.github.mmm.property.range Modifier and Type Interface Description interface
ReadableRangeProperty<V>
interface
WritableRangeProperty<V>
Classes in io.github.mmm.property.range that implement ObservableValue Modifier and Type Class Description class
RangeProperty<V>
Implementation ofWritableRangeProperty
. -
Uses of ObservableValue in io.github.mmm.property.string
Subinterfaces of ObservableValue in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement ObservableValue Modifier and Type Class Description class
StringListProperty
This is an extension ofStringProperty
that stores a list ofString
values that are enclosed with pipe-symbols.class
StringProperty
Implementation ofWritableStringProperty
. -
Uses of ObservableValue in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement ObservableValue Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.class
TemporalProperty<V extends Temporal>
-
Uses of ObservableValue in io.github.mmm.property.temporal.instant
Subinterfaces of ObservableValue in io.github.mmm.property.temporal.instant Modifier and Type Interface Description interface
ReadableInstantProperty
interface
WritableInstantProperty
Classes in io.github.mmm.property.temporal.instant that implement ObservableValue Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
. -
Uses of ObservableValue in io.github.mmm.property.temporal.localdate
Subinterfaces of ObservableValue in io.github.mmm.property.temporal.localdate Modifier and Type Interface Description interface
ReadableLocalDateProperty
interface
WritableLocalDateProperty
Classes in io.github.mmm.property.temporal.localdate that implement ObservableValue Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
. -
Uses of ObservableValue in io.github.mmm.property.temporal.localdatetime
Subinterfaces of ObservableValue in io.github.mmm.property.temporal.localdatetime Modifier and Type Interface Description interface
ReadableLocalDateTimeProperty
interface
WritableLocalDateTimeProperty
Classes in io.github.mmm.property.temporal.localdatetime that implement ObservableValue Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
. -
Uses of ObservableValue in io.github.mmm.property.temporal.localtime
Subinterfaces of ObservableValue in io.github.mmm.property.temporal.localtime Modifier and Type Interface Description interface
ReadableLocalTimeProperty
interface
WritableLocalTimeProperty
Classes in io.github.mmm.property.temporal.localtime that implement ObservableValue Modifier and Type Class Description class
LocalTimeProperty
-
Uses of ObservableValue in io.github.mmm.property.temporal.offsetdatetime
Subinterfaces of ObservableValue in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Interface Description interface
ReadableOffsetDateTimeProperty
interface
WritableOffsetDateTimeProperty
Classes in io.github.mmm.property.temporal.offsetdatetime that implement ObservableValue Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
. -
Uses of ObservableValue in io.github.mmm.property.temporal.offsettime
Subinterfaces of ObservableValue in io.github.mmm.property.temporal.offsettime Modifier and Type Interface Description interface
ReadableOffsetTimeProperty
interface
WritableOffsetTimeProperty
Classes in io.github.mmm.property.temporal.offsettime that implement ObservableValue Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
. -
Uses of ObservableValue in io.github.mmm.property.temporal.zoneddatetime
Subinterfaces of ObservableValue in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Interface Description interface
ReadableZonedDateTimeProperty
interface
WritableZonedDateTimeProperty
Classes in io.github.mmm.property.temporal.zoneddatetime that implement ObservableValue Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
. -
Uses of ObservableValue in io.github.mmm.value.observable
Subinterfaces of ObservableValue in io.github.mmm.value.observable Modifier and Type Interface Description interface
Expression<V>
AnExpression
is anObservableValue
providing convenience methods to created dynamically computed values.interface
WritableObservableValue<V>
Classes in io.github.mmm.value.observable that implement ObservableValue Modifier and Type Class Description class
AbstractObservableValue<V>
Abstract base implementation ofObservableValue
that handlesObservableEventListener
s.class
AbstractWritableObservableValue<V>
Abstract base implementation ofWritableObservableValue
that handles bindings.class
Binding<V>
Methods in io.github.mmm.value.observable that return ObservableValue Modifier and Type Method Description ObservableValue<V>
ObservableEvent. getObservable()
Methods in io.github.mmm.value.observable with parameters of type ObservableValue Modifier and Type Method Description protected void
Binding. bind(ObservableValue<?>... observables)
Start observing the dependencies for changes.protected void
AbstractWritableObservableValue. bindInternal(ObservableValue<? extends V> observable)
Internal method ofAbstractWritableObservableValue.bindOneWay(ObservableValue)
.void
AbstractWritableObservableValue. bindOneWay(ObservableValue<? extends V> observable)
void
WritableObservableValue. bindOneWay(ObservableValue<? extends V> observable)
Creates a unidirection binding for this object.
ATTENTION:
An unidirectional binding is very strict.default BooleanExpression
Expression. isEqualTo(ObservableValue<V> other)
default BooleanExpression
Expression. isNotEqualTo(ObservableValue<V> other)
protected void
Binding. unbind(ObservableValue<?>... observables)
Stop observing the dependencies for changes.Constructors in io.github.mmm.value.observable with parameters of type ObservableValue Constructor Description Binding(Supplier<? extends V> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.booleans
Subinterfaces of ObservableValue in io.github.mmm.value.observable.booleans Modifier and Type Interface Description interface
BooleanExpression
interface
ObservableBooleanValue
Classes in io.github.mmm.value.observable.booleans that implement ObservableValue Modifier and Type Class Description class
BooleanBinding
Methods in io.github.mmm.value.observable.booleans with parameters of type ObservableValue Modifier and Type Method Description static BooleanExpression
BooleanBinding. and(BooleanExpression expression, ObservableValue<Boolean> other)
default BooleanExpression
BooleanExpression. and(ObservableValue<Boolean> other)
static BooleanExpression
BooleanBinding. or(BooleanExpression expression, ObservableValue<Boolean> other)
default BooleanExpression
BooleanExpression. or(ObservableValue<Boolean> other)
Constructors in io.github.mmm.value.observable.booleans with parameters of type ObservableValue Constructor Description BooleanBinding(Supplier<? extends Boolean> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.comparable
Subinterfaces of ObservableValue in io.github.mmm.value.observable.comparable Modifier and Type Interface Description interface
ComparableExpression<V extends Comparable<? super V>>
Methods in io.github.mmm.value.observable.comparable with parameters of type ObservableValue Modifier and Type Method Description default BooleanBinding
ComparableExpression. greaterThan(ObservableValue<V> other)
default BooleanBinding
ComparableExpression. greaterThanOrEqualTo(ObservableValue<V> other)
default BooleanBinding
ComparableExpression. lessThan(ObservableValue<V> other)
default BooleanBinding
ComparableExpression. lessThanOrEqualTo(ObservableValue<V> other)
-
Uses of ObservableValue in io.github.mmm.value.observable.container
Subinterfaces of ObservableValue in io.github.mmm.value.observable.container Modifier and Type Interface Description interface
ObservableContainerValue<C,E>
ObservableValue
for containervalue
s. -
Uses of ObservableValue in io.github.mmm.value.observable.container.collection
Subinterfaces of ObservableValue in io.github.mmm.value.observable.container.collection Modifier and Type Interface Description interface
ObservableCollectionValue<C extends Collection<E>,E>
-
Uses of ObservableValue in io.github.mmm.value.observable.container.list
Subinterfaces of ObservableValue in io.github.mmm.value.observable.container.list Modifier and Type Interface Description interface
ObservableListValue<E>
-
Uses of ObservableValue in io.github.mmm.value.observable.container.map
Subinterfaces of ObservableValue in io.github.mmm.value.observable.container.map Modifier and Type Interface Description interface
ObservableMapValue<K,V>
-
Uses of ObservableValue in io.github.mmm.value.observable.container.set
Subinterfaces of ObservableValue in io.github.mmm.value.observable.container.set Modifier and Type Interface Description interface
ObservableSetValue<E>
-
Uses of ObservableValue in io.github.mmm.value.observable.number
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number Modifier and Type Interface Description interface
NumberExpression<N extends Number & Comparable<? super N>>
interface
ObservableNumberValue<N extends Number>
Classes in io.github.mmm.value.observable.number that implement ObservableValue Modifier and Type Class Description class
NumberBinding<N extends Number & Comparable<? super N>>
Methods in io.github.mmm.value.observable.number with parameters of type ObservableValue Modifier and Type Method Description default NumberExpression<?>
NumberExpression. add(ObservableValue<? extends Number> other)
default NumberExpression<?>
NumberExpression. divide(ObservableValue<? extends Number> other)
default NumberExpression<?>
NumberExpression. multiply(ObservableValue<? extends Number> other)
default NumberExpression<?>
NumberExpression. subtract(ObservableValue<? extends Number> other)
Constructors in io.github.mmm.value.observable.number with parameters of type ObservableValue Constructor Description NumberBinding(Supplier<? extends N> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.bigdecimal
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.bigdecimal Modifier and Type Interface Description interface
BigDecimalExpression
interface
ObservableBigDecimalValue
Classes in io.github.mmm.value.observable.number.bigdecimal that implement ObservableValue Modifier and Type Class Description class
BigDecimalBinding
Methods in io.github.mmm.value.observable.number.bigdecimal with parameters of type ObservableValue Modifier and Type Method Description static BigDecimalExpression
BigDecimalBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default BigDecimalExpression
BigDecimalExpression. add(ObservableValue<? extends Number> other)
static BigDecimalExpression
BigDecimalBinding. addAll(ObservableValue<? extends Number>... observables)
static BigDecimalExpression
BigDecimalBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default BigDecimalExpression
BigDecimalExpression. divide(ObservableValue<? extends Number> other)
static BigDecimalExpression
BigDecimalBinding. divideAll(ObservableValue<? extends Number>... observables)
static BigDecimalExpression
BigDecimalBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default BigDecimalExpression
BigDecimalExpression. multiply(ObservableValue<? extends Number> other)
static BigDecimalExpression
BigDecimalBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static BigDecimalExpression
BigDecimalBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default BigDecimalExpression
BigDecimalExpression. subtract(ObservableValue<? extends Number> other)
static BigDecimalExpression
BigDecimalBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.bigdecimal with parameters of type ObservableValue Constructor Description BigDecimalBinding(Supplier<BigDecimal> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.biginteger
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.biginteger Modifier and Type Interface Description interface
BigIntegerExpression
interface
ObservableBigIntegerValue
Classes in io.github.mmm.value.observable.number.biginteger that implement ObservableValue Modifier and Type Class Description class
BigIntegerBinding
Methods in io.github.mmm.value.observable.number.biginteger with parameters of type ObservableValue Modifier and Type Method Description static BigIntegerExpression
BigIntegerBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
BigIntegerExpression. add(ObservableValue<? extends Number> other)
static BigIntegerExpression
BigIntegerBinding. addAll(ObservableValue<? extends Number>... observables)
static BigIntegerExpression
BigIntegerBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
BigIntegerExpression. divide(ObservableValue<? extends Number> other)
static BigIntegerExpression
BigIntegerBinding. divideAll(ObservableValue<? extends Number>... observables)
static BigIntegerExpression
BigIntegerBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
BigIntegerExpression. multiply(ObservableValue<? extends Number> other)
static BigIntegerExpression
BigIntegerBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static BigIntegerExpression
BigIntegerBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
BigIntegerExpression. subtract(ObservableValue<? extends Number> other)
static BigIntegerExpression
BigIntegerBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.biginteger with parameters of type ObservableValue Constructor Description BigIntegerBinding(Supplier<BigInteger> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.bytes
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.bytes Modifier and Type Interface Description interface
ByteExpression
interface
ObservableByteValue
Classes in io.github.mmm.value.observable.number.bytes that implement ObservableValue Modifier and Type Class Description class
ByteBinding
Methods in io.github.mmm.value.observable.number.bytes with parameters of type ObservableValue Modifier and Type Method Description static ByteExpression
ByteBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ByteExpression
ByteBinding. addAll(ObservableValue<? extends Number>... observables)
static ByteExpression
ByteBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ByteExpression
ByteBinding. divideAll(ObservableValue<? extends Number>... observables)
static ByteExpression
ByteBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ByteExpression
ByteBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static ByteExpression
ByteBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ByteExpression
ByteBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.bytes with parameters of type ObservableValue Constructor Description ByteBinding(Supplier<Byte> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.doubles
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.doubles Modifier and Type Interface Description interface
DoubleExpression
interface
ObservableDoubleValue
Classes in io.github.mmm.value.observable.number.doubles that implement ObservableValue Modifier and Type Class Description class
DoubleBinding
Methods in io.github.mmm.value.observable.number.doubles with parameters of type ObservableValue Modifier and Type Method Description static DoubleExpression
DoubleBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
DoubleExpression. add(ObservableValue<? extends Number> other)
static DoubleExpression
DoubleBinding. addAll(ObservableValue<? extends Number>... observables)
static DoubleExpression
DoubleBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
DoubleExpression. divide(ObservableValue<? extends Number> other)
static DoubleExpression
DoubleBinding. divideAll(ObservableValue<? extends Number>... observables)
static DoubleExpression
DoubleBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
DoubleExpression. multiply(ObservableValue<? extends Number> other)
static DoubleExpression
DoubleBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static DoubleExpression
DoubleBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
default NumberExpression<?>
DoubleExpression. subtract(ObservableValue<? extends Number> other)
static DoubleExpression
DoubleBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.doubles with parameters of type ObservableValue Constructor Description DoubleBinding(Supplier<Double> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.floats
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.floats Modifier and Type Interface Description interface
FloatExpression
interface
ObservableFloatValue
Classes in io.github.mmm.value.observable.number.floats that implement ObservableValue Modifier and Type Class Description class
FloatBinding
Methods in io.github.mmm.value.observable.number.floats with parameters of type ObservableValue Modifier and Type Method Description static FloatExpression
FloatBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static FloatExpression
FloatBinding. addAll(ObservableValue<? extends Number>... observables)
static FloatExpression
FloatBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static FloatExpression
FloatBinding. divideAll(ObservableValue<? extends Number>... observables)
static FloatExpression
FloatBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static FloatExpression
FloatBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static FloatExpression
FloatBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static FloatExpression
FloatBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.floats with parameters of type ObservableValue Constructor Description FloatBinding(Supplier<Float> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.integers
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.integers Modifier and Type Interface Description interface
IntegerExpression
interface
ObservableIntegerValue
Classes in io.github.mmm.value.observable.number.integers that implement ObservableValue Modifier and Type Class Description class
IntegerBinding
Methods in io.github.mmm.value.observable.number.integers with parameters of type ObservableValue Modifier and Type Method Description static IntegerExpression
IntegerBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static IntegerExpression
IntegerBinding. addAll(ObservableValue<? extends Number>... observables)
static IntegerExpression
IntegerBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static IntegerExpression
IntegerBinding. divideAll(ObservableValue<? extends Number>... observables)
static IntegerExpression
IntegerBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static IntegerExpression
IntegerBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static IntegerExpression
IntegerBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static IntegerExpression
IntegerBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.integers with parameters of type ObservableValue Constructor Description IntegerBinding(Supplier<Integer> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.longs
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.longs Modifier and Type Interface Description interface
LongExpression
interface
ObservableLongValue
Classes in io.github.mmm.value.observable.number.longs that implement ObservableValue Modifier and Type Class Description class
LongBinding
Methods in io.github.mmm.value.observable.number.longs with parameters of type ObservableValue Modifier and Type Method Description static LongExpression
LongBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static LongExpression
LongBinding. addAll(ObservableValue<? extends Number>... observables)
static LongExpression
LongBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static LongExpression
LongBinding. divideAll(ObservableValue<? extends Number>... observables)
static LongExpression
LongBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static LongExpression
LongBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static LongExpression
LongBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static LongExpression
LongBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.longs with parameters of type ObservableValue Constructor Description LongBinding(Supplier<Long> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.number.shorts
Subinterfaces of ObservableValue in io.github.mmm.value.observable.number.shorts Modifier and Type Interface Description interface
ObservableShortValue
interface
ShortExpression
Classes in io.github.mmm.value.observable.number.shorts that implement ObservableValue Modifier and Type Class Description class
ShortBinding
Methods in io.github.mmm.value.observable.number.shorts with parameters of type ObservableValue Modifier and Type Method Description static ShortExpression
ShortBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ShortExpression
ShortBinding. addAll(ObservableValue<? extends Number>... observables)
static ShortExpression
ShortBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ShortExpression
ShortBinding. divideAll(ObservableValue<? extends Number>... observables)
static ShortExpression
ShortBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ShortExpression
ShortBinding. multiplyAll(ObservableValue<? extends Number>... observables)
static ShortExpression
ShortBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)
static ShortExpression
ShortBinding. subtractAll(ObservableValue<? extends Number>... observables)
Constructors in io.github.mmm.value.observable.number.shorts with parameters of type ObservableValue Constructor Description ShortBinding(Supplier<Short> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.object
Subinterfaces of ObservableValue in io.github.mmm.value.observable.object Modifier and Type Interface Description interface
ObservableObjectValue<V>
interface
ObservableSimpleValue<V>
ObservableValue
for a simple datatype (and not acontainer value
). -
Uses of ObservableValue in io.github.mmm.value.observable.string
Subinterfaces of ObservableValue in io.github.mmm.value.observable.string Modifier and Type Interface Description interface
ObservableStringValue
interface
StringExpression
Classes in io.github.mmm.value.observable.string that implement ObservableValue Modifier and Type Class Description class
StringBinding
Constructors in io.github.mmm.value.observable.string with parameters of type ObservableValue Constructor Description StringBinding(Supplier<String> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal Modifier and Type Interface Description interface
ObservableTemporalValue<V extends Temporal>
interface
TemporalExpression<V extends Comparable<? super V>>
ComparableExpression
for datevalues
(e.g. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal.instant
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal.instant Modifier and Type Interface Description interface
InstantExpression
interface
ObservableInstantValue
Classes in io.github.mmm.value.observable.temporal.instant that implement ObservableValue Modifier and Type Class Description class
InstantBinding
Constructors in io.github.mmm.value.observable.temporal.instant with parameters of type ObservableValue Constructor Description InstantBinding(Supplier<Instant> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal.localdate
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal.localdate Modifier and Type Interface Description interface
LocalDateExpression
interface
ObservableLocalDateValue
Classes in io.github.mmm.value.observable.temporal.localdate that implement ObservableValue Modifier and Type Class Description class
LocalDateBinding
Constructors in io.github.mmm.value.observable.temporal.localdate with parameters of type ObservableValue Constructor Description LocalDateBinding(Supplier<LocalDate> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal.localdatetime
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal.localdatetime Modifier and Type Interface Description interface
LocalDateTimeExpression
interface
ObservableLocalDateTimeValue
Classes in io.github.mmm.value.observable.temporal.localdatetime that implement ObservableValue Modifier and Type Class Description class
LocalDateTimeBinding
Constructors in io.github.mmm.value.observable.temporal.localdatetime with parameters of type ObservableValue Constructor Description LocalDateTimeBinding(Supplier<LocalDateTime> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal.localtime
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal.localtime Modifier and Type Interface Description interface
LocalTimeExpression
interface
ObservableLocalTimeValue
Classes in io.github.mmm.value.observable.temporal.localtime that implement ObservableValue Modifier and Type Class Description class
LocalTimeBinding
Constructors in io.github.mmm.value.observable.temporal.localtime with parameters of type ObservableValue Constructor Description LocalTimeBinding(Supplier<LocalTime> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal.offsetdatetime
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal.offsetdatetime Modifier and Type Interface Description interface
ObservableOffsetDateTimeValue
interface
OffsetDateTimeExpression
Classes in io.github.mmm.value.observable.temporal.offsetdatetime that implement ObservableValue Modifier and Type Class Description class
OffsetDateTimeBinding
Constructors in io.github.mmm.value.observable.temporal.offsetdatetime with parameters of type ObservableValue Constructor Description OffsetDateTimeBinding(Supplier<OffsetDateTime> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal.offsettime
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal.offsettime Modifier and Type Interface Description interface
ObservableOffsetTimeValue
interface
OffsetTimeExpression
Classes in io.github.mmm.value.observable.temporal.offsettime that implement ObservableValue Modifier and Type Class Description class
OffsetDateTimeBinding
Constructors in io.github.mmm.value.observable.temporal.offsettime with parameters of type ObservableValue Constructor Description OffsetDateTimeBinding(Supplier<OffsetTime> expression, ObservableValue<?>... dependencies)
The constructor. -
Uses of ObservableValue in io.github.mmm.value.observable.temporal.zoneddatetime
Subinterfaces of ObservableValue in io.github.mmm.value.observable.temporal.zoneddatetime Modifier and Type Interface Description interface
ObservableZonedDateTimeValue
interface
ZonedDateTimeExpression
Classes in io.github.mmm.value.observable.temporal.zoneddatetime that implement ObservableValue Modifier and Type Class Description class
ZonedDateTimeBinding
Constructors in io.github.mmm.value.observable.temporal.zoneddatetime with parameters of type ObservableValue Constructor Description ZonedDateTimeBinding(Supplier<ZonedDateTime> expression, ObservableValue<?>... dependencies)
The constructor.
-