Uses of Enum Class
is.codion.common.reactive.value.Value.Notify
Packages that use Value.Notify
-
Uses of Value.Notify in is.codion.common.reactive.state
Methods in is.codion.common.reactive.state with parameters of type Value.NotifyModifier and TypeMethodDescriptionState.Builder.notify(Value.Notify notify) Note that withSETtheObservableStateobservers (andObservableState.not()andObserver.observer()) are notified on everyState.set(boolean), not only on genuine transitions. -
Uses of Value.Notify in is.codion.common.reactive.value
Methods in is.codion.common.reactive.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.reactive.value with parameters of type Value.NotifyConstructors in is.codion.common.reactive.value with parameters of type Value.NotifyModifierConstructorDescriptionprotectedAbstractValue(@Nullable T nullValue, Value.Notify notify) Creates anAbstractValueinstance.protectedAbstractValue(Value.Notify notify) Creates a nullableAbstractValueinstance.