Module is.codion.common.core
Package is.codion.common.value
package is.codion.common.value
-
ClassDescriptionAn abstract
Valueimplementation handling everything except the value itself.
The constructor parameternotifyspecifies whether thisValueinstance should automatically callAbstractValue.notifyListeners()when the value is set or changed viaAbstractValue.set(Object).Value<T>An observable wrapper for a value.Specifies when a Value instance notifies its listeners.AValue.ValidatorforValues.A read only value observerValueSet<T>An observable wrapper for one or more values, including a possible null value.