Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.state.State
Packages that use State
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 State in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi that return StateModifier and TypeMethodDescriptionprotected final <T> State<T>View.lazyState(@NotNull Function<ViewContext, T> computation) Declares a read-only value computed once per context on the first read, on the main thread, and stored thereafter. -
Uses of State in tech.guilhermekaua.spigotboot.inventoryapi.internal.state
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.state that implement StateModifier 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 classRead-only state token computed once per context on the first read and stored in the session'sStateStore; anullresult is cached via a private sentinel so the computation never re-runs for that context.final classMutable per-context state token; values live in the session'sStateStore. -
Uses of State in tech.guilhermekaua.spigotboot.inventoryapi.state
Subinterfaces of State in tech.guilhermekaua.spigotboot.inventoryapi.state