Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.state.MutableState
Packages that use MutableState
Package
Description
The spigot-boot inventory framework (3.0.0): view-based inventories with typed per-phase
contexts, reactive state, and declarative pagination.
-
Uses of MutableState in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi that return MutableStateModifier and TypeMethodDescriptionprotected final <T> MutableState<T>View.initialState(@NotNull String key, @NotNull Class<T> type) Declares a mutable value bound fromViewArgumentsat open; the type is validated at the open site.protected final <T> MutableState<T>View.mutableState(@NotNull Function<ViewContext, T> initialValue) Declares a per-context mutable value whose initial is computed per context on first read, e.g.protected final <T> MutableState<T>View.mutableState(T initialValue) Declares a per-context mutable value seeded with a shared initial value. -
Uses of MutableState in tech.guilhermekaua.spigotboot.inventoryapi.internal.state
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.state that implement MutableStateModifier and TypeClassDescriptionfinal classMutable state token bound fromViewArgumentsat open: the open phase validates the argument type and writes the value straight into the session'sStateStore.final classMutable per-context state token; values live in the session'sStateStore.