Uses of Interface
org.flux.store.api.State
-
Packages that use State Package Description org.flux.store.api org.flux.store.main org.flux.store.utils -
-
Uses of State in org.flux.store.api
Classes in org.flux.store.api with type parameters of type State Modifier and Type Interface Description interfaceMiddleware<T extends State>interfaceReducer<T extends State>interfaceSlice<T extends State>interfaceStore<T extends State>classStoreBackup<T extends State>interfaceThunk<T extends State>Methods in org.flux.store.api that return State Modifier and Type Method Description StateState. clone()Methods in org.flux.store.api with parameters of type State Modifier and Type Method Description default org.apache.commons.lang3.builder.DiffResultState. diff(State p) -
Uses of State in org.flux.store.main
Classes in org.flux.store.main with type parameters of type State Modifier and Type Class Description classDuxSlice<T extends State>classDuxSliceBuilder<T extends State>classDuxStore<T extends State>classDuxStoreBuilder<T extends State>Methods in org.flux.store.main with type parameters of type State Modifier and Type Method Description protected static <T extends State>
DuxSlice<T>DuxSlice. createSlice(DuxSliceBuilder<T> builder)protected static <T extends State>
DuxSlice<T>DuxSlice. createSlice(T initialState, Map<String,Reducer<T>> reducers, List<Consumer<T>> subscribers, Middleware<T> middleware, Boolean asyncFlag, Boolean autoBackup, String backupPath) -
Uses of State in org.flux.store.utils
Methods in org.flux.store.utils with type parameters of type State Modifier and Type Method Description static <T extends State>
Reducer<T>Utilities. combineReducer(Reducer<T>... reducers)static <T extends State>
Middleware<T>Utilities. compose(Middleware<T>... middlewares)
-