Uses of Interface
is.codion.common.state.State.Builder
Packages that use State.Builder
-
Uses of State.Builder in is.codion.common.state
Methods in is.codion.common.state that return State.BuilderModifier and TypeMethodDescriptionstatic State.Builder
State.builder()
Links the given state to the resulting stateState.Builder.notify
(Value.Notify notify) State.Builder.validator
(Value.Validator<? super Boolean> validator) Adds a validator to the resulting valueState.Builder.value
(boolean value) State.Builder.weakConsumer
(Consumer<? super Boolean> weakConsumer) State.Builder.weakListener
(Runnable weakListener)