Uses of Interface
org.flux.store.api.Store
-
Packages that use Store Package Description org.flux.store.api org.flux.store.main -
-
Uses of Store in org.flux.store.api
Methods in org.flux.store.api with parameters of type Store Modifier and Type Method Description voidMiddleware. run(Store<T> store, Consumer<Action> next, Action action) -
Uses of Store in org.flux.store.main
Classes in org.flux.store.main that implement Store Modifier and Type Class Description classDuxStore<T extends State>
-