Uses of Enum Class
is.codion.common.value.Value.Notify
Packages that use Value.Notify
-
Uses of Value.Notify in is.codion.common.value
Methods in is.codion.common.value that return Value.NotifyModifier and TypeMethodDescriptionstatic Value.Notify
Returns the enum constant of this class with the specified name.static Value.Notify[]
Value.Notify.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in is.codion.common.value with parameters of type Value.NotifyConstructors in is.codion.common.value with parameters of type Value.NotifyModifierConstructorDescriptionprotected
AbstractValue
(@Nullable T nullValue, Value.Notify notify) Creates anAbstractValue
instance.protected
AbstractValue
(Value.Notify notify) Creates a nullableAbstractValue
instance.