Uses of Enum Class
is.codion.common.value.Value.Notify
Packages that use Value.Notify
-
Uses of Value.Notify in is.codion.common.state
Methods in is.codion.common.state with parameters of type Value.Notify -
Uses of Value.Notify in is.codion.common.value
Methods in is.codion.common.value that return Value.NotifyModifier and TypeMethodDescriptionstatic Value.NotifyReturns 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.NotifyModifierConstructorDescriptionprotectedAbstractValue(@Nullable T nullValue, Value.Notify notify) Creates anAbstractValueinstance.protectedAbstractValue(Value.Notify notify) Creates a nullableAbstractValueinstance.