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 interfaceReadableBeanProperty<V extends WritableBean>interfaceWritableBeanProperty<V extends WritableBean>Classes in io.github.mmm.bean.property that implement ObservableValue Modifier and Type Class Description classBeanProperty<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 classIdProperty<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 classLinkProperty<E> -
Uses of ObservableValue in io.github.mmm.property
Subinterfaces of ObservableValue in io.github.mmm.property Modifier and Type Interface Description interfaceReadableProperty<V>This is the interface for a generic property.interfaceWritableProperty<V>Apropertywith write access (e.g.Classes in io.github.mmm.property that implement ObservableValue Modifier and Type Class Description classProperty<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 interfaceReadableBooleanPropertyinterfaceWritableBooleanPropertyClasses in io.github.mmm.property.booleans that implement ObservableValue Modifier and Type Class Description classBooleanPropertyImplementation ofWritableBooleanProperty. -
Uses of ObservableValue in io.github.mmm.property.container
Subinterfaces of ObservableValue in io.github.mmm.property.container Modifier and Type Interface Description interfaceReadableContainerProperty<V,E>interfaceWritableContainerProperty<V,E>WritablePropertywith containervalue.Classes in io.github.mmm.property.container that implement ObservableValue Modifier and Type Class Description classContainerProperty<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 interfaceio.github.mmm.property.container.collection.ReadableCollectionProperty<V extends Collection<E>,E>interfaceio.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 classio.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 interfaceReadableListProperty<E>interfaceWritableListProperty<E>Classes in io.github.mmm.property.container.list that implement ObservableValue Modifier and Type Class Description classListProperty<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 interfaceReadableMapProperty<K,V>interfaceWritableMapProperty<K,V>Classes in io.github.mmm.property.container.map that implement ObservableValue Modifier and Type Class Description classMapProperty<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 interfaceReadableSetProperty<E>interfaceWritableSetProperty<E>Classes in io.github.mmm.property.container.set that implement ObservableValue Modifier and Type Class Description classSetProperty<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 interfaceReadableNumberProperty<N extends Number & Comparable<? super N>>interfaceWritableNumberProperty<N extends Number & Comparable<? super N>>Classes in io.github.mmm.property.number that implement ObservableValue Modifier and Type Class Description classNumberProperty<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 interfaceReadableBigDecimalPropertyinterfaceWritableBigDecimalPropertyClasses in io.github.mmm.property.number.bigdecimal that implement ObservableValue Modifier and Type Class Description classBigDecimalPropertyImplementation 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 interfaceReadableBigIntegerPropertyinterfaceWritableBigIntegerPropertyClasses in io.github.mmm.property.number.biginteger that implement ObservableValue Modifier and Type Class Description classBigIntegerPropertyImplementation 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 interfaceReadableBytePropertyinterfaceWritableBytePropertyClasses in io.github.mmm.property.number.bytes that implement ObservableValue Modifier and Type Class Description classBytePropertyImplementation 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 interfaceReadableDoublePropertyinterfaceWritableDoublePropertyClasses in io.github.mmm.property.number.doubles that implement ObservableValue Modifier and Type Class Description classDoublePropertyImplementation 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 interfaceReadableFloatPropertyinterfaceWritableFloatPropertyClasses in io.github.mmm.property.number.floats that implement ObservableValue Modifier and Type Class Description classFloatPropertyImplementation 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 interfaceReadableIntegerPropertyinterfaceWritableIntegerPropertyClasses in io.github.mmm.property.number.integers that implement ObservableValue Modifier and Type Class Description classIntegerPropertyImplementation 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 interfaceReadableLongPropertyinterfaceWritableLongPropertyClasses in io.github.mmm.property.number.longs that implement ObservableValue Modifier and Type Class Description classLongPropertyImplementation 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 interfaceReadableShortPropertyinterfaceWritableShortPropertyClasses in io.github.mmm.property.number.shorts that implement ObservableValue Modifier and Type Class Description classShortPropertyImplementation ofWritableShortProperty. -
Uses of ObservableValue in io.github.mmm.property.object
Subinterfaces of ObservableValue in io.github.mmm.property.object Modifier and Type Interface Description interfaceReadableObjectProperty<V>interfaceReadableSimpleProperty<V>ReadablePropertyfor a simple datatype (and not acontainer property).interfaceWritableObjectProperty<V>interfaceWritableSimpleProperty<V>WritablePropertyfor a simple datatype (and not acontainer property).Classes in io.github.mmm.property.object that implement ObservableValue Modifier and Type Class Description classObjectProperty<V>Generic implementation ofWritablePropertyfor arbitrary objects that do not have their own custom implementation.classSimpleProperty<V>Propertyimplementation ofWritableSimpleProperty. -
Uses of ObservableValue in io.github.mmm.property.range
Subinterfaces of ObservableValue in io.github.mmm.property.range Modifier and Type Interface Description interfaceReadableRangeProperty<V>interfaceWritableRangeProperty<V>Classes in io.github.mmm.property.range that implement ObservableValue Modifier and Type Class Description classRangeProperty<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 interfaceReadableStringPropertyinterfaceWritableStringPropertyClasses in io.github.mmm.property.string that implement ObservableValue Modifier and Type Class Description classStringListPropertyThis is an extension ofStringPropertythat stores a list ofStringvalues that are enclosed with pipe-symbols.classStringPropertyImplementation 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 classDurationInSecondsPropertyExtendsLongPropertyto store aDurationin seconds.classTemporalProperty<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 interfaceReadableInstantPropertyinterfaceWritableInstantPropertyClasses in io.github.mmm.property.temporal.instant that implement ObservableValue Modifier and Type Class Description classInstantPropertyImplementation 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 interfaceReadableLocalDatePropertyinterfaceWritableLocalDatePropertyClasses in io.github.mmm.property.temporal.localdate that implement ObservableValue Modifier and Type Class Description classLocalDatePropertyThis 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 interfaceReadableLocalDateTimePropertyinterfaceWritableLocalDateTimePropertyClasses in io.github.mmm.property.temporal.localdatetime that implement ObservableValue Modifier and Type Class Description classLocalDateTimePropertyThis 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 interfaceReadableLocalTimePropertyinterfaceWritableLocalTimePropertyClasses in io.github.mmm.property.temporal.localtime that implement ObservableValue Modifier and Type Class Description classLocalTimeProperty -
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 interfaceReadableOffsetDateTimePropertyinterfaceWritableOffsetDateTimePropertyClasses in io.github.mmm.property.temporal.offsetdatetime that implement ObservableValue Modifier and Type Class Description classOffsetDateTimePropertyThis 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 interfaceReadableOffsetTimePropertyinterfaceWritableOffsetTimePropertyClasses in io.github.mmm.property.temporal.offsettime that implement ObservableValue Modifier and Type Class Description classOffsetTimePropertyThis 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 interfaceReadableZonedDateTimePropertyinterfaceWritableZonedDateTimePropertyClasses in io.github.mmm.property.temporal.zoneddatetime that implement ObservableValue Modifier and Type Class Description classZonedDateTimePropertyThis 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 interfaceExpression<V>AnExpressionis anObservableValueproviding convenience methods to created dynamically computed values.interfaceWritableObservableValue<V>Classes in io.github.mmm.value.observable that implement ObservableValue Modifier and Type Class Description classAbstractObservableValue<V>Abstract base implementation ofObservableValuethat handlesObservableEventListeners.classAbstractWritableObservableValue<V>Abstract base implementation ofWritableObservableValuethat handles bindings.classBinding<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 voidBinding. bind(ObservableValue<?>... observables)Start observing the dependencies for changes.protected voidAbstractWritableObservableValue. bindInternal(ObservableValue<? extends V> observable)Internal method ofAbstractWritableObservableValue.bindOneWay(ObservableValue).voidAbstractWritableObservableValue. bindOneWay(ObservableValue<? extends V> observable)voidWritableObservableValue. bindOneWay(ObservableValue<? extends V> observable)Creates a unidirection binding for this object.
ATTENTION:
An unidirectional binding is very strict.default BooleanExpressionExpression. isEqualTo(ObservableValue<V> other)default BooleanExpressionExpression. isNotEqualTo(ObservableValue<V> other)protected voidBinding. 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 interfaceBooleanExpressioninterfaceObservableBooleanValueClasses in io.github.mmm.value.observable.booleans that implement ObservableValue Modifier and Type Class Description classBooleanBindingMethods in io.github.mmm.value.observable.booleans with parameters of type ObservableValue Modifier and Type Method Description static BooleanExpressionBooleanBinding. and(BooleanExpression expression, ObservableValue<Boolean> other)default BooleanExpressionBooleanExpression. and(ObservableValue<Boolean> other)static BooleanExpressionBooleanBinding. or(BooleanExpression expression, ObservableValue<Boolean> other)default BooleanExpressionBooleanExpression. 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 interfaceComparableExpression<V extends Comparable<? super V>>Methods in io.github.mmm.value.observable.comparable with parameters of type ObservableValue Modifier and Type Method Description default BooleanBindingComparableExpression. greaterThan(ObservableValue<V> other)default BooleanBindingComparableExpression. greaterThanOrEqualTo(ObservableValue<V> other)default BooleanBindingComparableExpression. lessThan(ObservableValue<V> other)default BooleanBindingComparableExpression. 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 interfaceObservableContainerValue<C,E>ObservableValuefor containervalues. -
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 interfaceObservableCollectionValue<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 interfaceObservableListValue<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 interfaceObservableMapValue<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 interfaceObservableSetValue<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 interfaceNumberExpression<N extends Number & Comparable<? super N>>interfaceObservableNumberValue<N extends Number>Classes in io.github.mmm.value.observable.number that implement ObservableValue Modifier and Type Class Description classNumberBinding<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 interfaceBigDecimalExpressioninterfaceObservableBigDecimalValueClasses in io.github.mmm.value.observable.number.bigdecimal that implement ObservableValue Modifier and Type Class Description classBigDecimalBindingMethods in io.github.mmm.value.observable.number.bigdecimal with parameters of type ObservableValue Modifier and Type Method Description static BigDecimalExpressionBigDecimalBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)default BigDecimalExpressionBigDecimalExpression. add(ObservableValue<? extends Number> other)static BigDecimalExpressionBigDecimalBinding. addAll(ObservableValue<? extends Number>... observables)static BigDecimalExpressionBigDecimalBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)default BigDecimalExpressionBigDecimalExpression. divide(ObservableValue<? extends Number> other)static BigDecimalExpressionBigDecimalBinding. divideAll(ObservableValue<? extends Number>... observables)static BigDecimalExpressionBigDecimalBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)default BigDecimalExpressionBigDecimalExpression. multiply(ObservableValue<? extends Number> other)static BigDecimalExpressionBigDecimalBinding. multiplyAll(ObservableValue<? extends Number>... observables)static BigDecimalExpressionBigDecimalBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)default BigDecimalExpressionBigDecimalExpression. subtract(ObservableValue<? extends Number> other)static BigDecimalExpressionBigDecimalBinding. 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 interfaceBigIntegerExpressioninterfaceObservableBigIntegerValueClasses in io.github.mmm.value.observable.number.biginteger that implement ObservableValue Modifier and Type Class Description classBigIntegerBindingMethods in io.github.mmm.value.observable.number.biginteger with parameters of type ObservableValue Modifier and Type Method Description static BigIntegerExpressionBigIntegerBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>BigIntegerExpression. add(ObservableValue<? extends Number> other)static BigIntegerExpressionBigIntegerBinding. addAll(ObservableValue<? extends Number>... observables)static BigIntegerExpressionBigIntegerBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>BigIntegerExpression. divide(ObservableValue<? extends Number> other)static BigIntegerExpressionBigIntegerBinding. divideAll(ObservableValue<? extends Number>... observables)static BigIntegerExpressionBigIntegerBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>BigIntegerExpression. multiply(ObservableValue<? extends Number> other)static BigIntegerExpressionBigIntegerBinding. multiplyAll(ObservableValue<? extends Number>... observables)static BigIntegerExpressionBigIntegerBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>BigIntegerExpression. subtract(ObservableValue<? extends Number> other)static BigIntegerExpressionBigIntegerBinding. 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 interfaceByteExpressioninterfaceObservableByteValueClasses in io.github.mmm.value.observable.number.bytes that implement ObservableValue Modifier and Type Class Description classByteBindingMethods in io.github.mmm.value.observable.number.bytes with parameters of type ObservableValue Modifier and Type Method Description static ByteExpressionByteBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ByteExpressionByteBinding. addAll(ObservableValue<? extends Number>... observables)static ByteExpressionByteBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ByteExpressionByteBinding. divideAll(ObservableValue<? extends Number>... observables)static ByteExpressionByteBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ByteExpressionByteBinding. multiplyAll(ObservableValue<? extends Number>... observables)static ByteExpressionByteBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ByteExpressionByteBinding. 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 interfaceDoubleExpressioninterfaceObservableDoubleValueClasses in io.github.mmm.value.observable.number.doubles that implement ObservableValue Modifier and Type Class Description classDoubleBindingMethods in io.github.mmm.value.observable.number.doubles with parameters of type ObservableValue Modifier and Type Method Description static DoubleExpressionDoubleBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>DoubleExpression. add(ObservableValue<? extends Number> other)static DoubleExpressionDoubleBinding. addAll(ObservableValue<? extends Number>... observables)static DoubleExpressionDoubleBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>DoubleExpression. divide(ObservableValue<? extends Number> other)static DoubleExpressionDoubleBinding. divideAll(ObservableValue<? extends Number>... observables)static DoubleExpressionDoubleBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>DoubleExpression. multiply(ObservableValue<? extends Number> other)static DoubleExpressionDoubleBinding. multiplyAll(ObservableValue<? extends Number>... observables)static DoubleExpressionDoubleBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)default NumberExpression<?>DoubleExpression. subtract(ObservableValue<? extends Number> other)static DoubleExpressionDoubleBinding. 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 interfaceFloatExpressioninterfaceObservableFloatValueClasses in io.github.mmm.value.observable.number.floats that implement ObservableValue Modifier and Type Class Description classFloatBindingMethods in io.github.mmm.value.observable.number.floats with parameters of type ObservableValue Modifier and Type Method Description static FloatExpressionFloatBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)static FloatExpressionFloatBinding. addAll(ObservableValue<? extends Number>... observables)static FloatExpressionFloatBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)static FloatExpressionFloatBinding. divideAll(ObservableValue<? extends Number>... observables)static FloatExpressionFloatBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)static FloatExpressionFloatBinding. multiplyAll(ObservableValue<? extends Number>... observables)static FloatExpressionFloatBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)static FloatExpressionFloatBinding. 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 interfaceIntegerExpressioninterfaceObservableIntegerValueClasses in io.github.mmm.value.observable.number.integers that implement ObservableValue Modifier and Type Class Description classIntegerBindingMethods in io.github.mmm.value.observable.number.integers with parameters of type ObservableValue Modifier and Type Method Description static IntegerExpressionIntegerBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)static IntegerExpressionIntegerBinding. addAll(ObservableValue<? extends Number>... observables)static IntegerExpressionIntegerBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)static IntegerExpressionIntegerBinding. divideAll(ObservableValue<? extends Number>... observables)static IntegerExpressionIntegerBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)static IntegerExpressionIntegerBinding. multiplyAll(ObservableValue<? extends Number>... observables)static IntegerExpressionIntegerBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)static IntegerExpressionIntegerBinding. 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 interfaceLongExpressioninterfaceObservableLongValueClasses in io.github.mmm.value.observable.number.longs that implement ObservableValue Modifier and Type Class Description classLongBindingMethods in io.github.mmm.value.observable.number.longs with parameters of type ObservableValue Modifier and Type Method Description static LongExpressionLongBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)static LongExpressionLongBinding. addAll(ObservableValue<? extends Number>... observables)static LongExpressionLongBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)static LongExpressionLongBinding. divideAll(ObservableValue<? extends Number>... observables)static LongExpressionLongBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)static LongExpressionLongBinding. multiplyAll(ObservableValue<? extends Number>... observables)static LongExpressionLongBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)static LongExpressionLongBinding. 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 interfaceObservableShortValueinterfaceShortExpressionClasses in io.github.mmm.value.observable.number.shorts that implement ObservableValue Modifier and Type Class Description classShortBindingMethods in io.github.mmm.value.observable.number.shorts with parameters of type ObservableValue Modifier and Type Method Description static ShortExpressionShortBinding. add(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. addAll(ObservableValue<? extends Number>... observables)static ShortExpressionShortBinding. divide(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. divideAll(ObservableValue<? extends Number>... observables)static ShortExpressionShortBinding. multiply(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. multiplyAll(ObservableValue<? extends Number>... observables)static ShortExpressionShortBinding. subtract(NumberExpression<?> expression, ObservableValue<? extends Number> other)static ShortExpressionShortBinding. 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 interfaceObservableObjectValue<V>interfaceObservableSimpleValue<V>ObservableValuefor 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 interfaceObservableStringValueinterfaceStringExpressionClasses in io.github.mmm.value.observable.string that implement ObservableValue Modifier and Type Class Description classStringBindingConstructors 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 interfaceObservableTemporalValue<V extends Temporal>interfaceTemporalExpression<V extends Comparable<? super V>>ComparableExpressionfor 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 interfaceInstantExpressioninterfaceObservableInstantValueClasses in io.github.mmm.value.observable.temporal.instant that implement ObservableValue Modifier and Type Class Description classInstantBindingConstructors 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 interfaceLocalDateExpressioninterfaceObservableLocalDateValueClasses in io.github.mmm.value.observable.temporal.localdate that implement ObservableValue Modifier and Type Class Description classLocalDateBindingConstructors 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 interfaceLocalDateTimeExpressioninterfaceObservableLocalDateTimeValueClasses in io.github.mmm.value.observable.temporal.localdatetime that implement ObservableValue Modifier and Type Class Description classLocalDateTimeBindingConstructors 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 interfaceLocalTimeExpressioninterfaceObservableLocalTimeValueClasses in io.github.mmm.value.observable.temporal.localtime that implement ObservableValue Modifier and Type Class Description classLocalTimeBindingConstructors 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 interfaceObservableOffsetDateTimeValueinterfaceOffsetDateTimeExpressionClasses in io.github.mmm.value.observable.temporal.offsetdatetime that implement ObservableValue Modifier and Type Class Description classOffsetDateTimeBindingConstructors 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 interfaceObservableOffsetTimeValueinterfaceOffsetTimeExpressionClasses in io.github.mmm.value.observable.temporal.offsettime that implement ObservableValue Modifier and Type Class Description classOffsetDateTimeBindingConstructors 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 interfaceObservableZonedDateTimeValueinterfaceZonedDateTimeExpressionClasses in io.github.mmm.value.observable.temporal.zoneddatetime that implement ObservableValue Modifier and Type Class Description classZonedDateTimeBindingConstructors in io.github.mmm.value.observable.temporal.zoneddatetime with parameters of type ObservableValue Constructor Description ZonedDateTimeBinding(Supplier<ZonedDateTime> expression, ObservableValue<?>... dependencies)The constructor.
-