Uses of Interface
org.flux.store.api.Thunk
-
Packages that use Thunk Package Description org.flux.store.api org.flux.store.main -
-
Uses of Thunk in org.flux.store.api
Methods in org.flux.store.api with parameters of type Thunk Modifier and Type Method Description voidStore. dispatch(Thunk<T> thunk) -
Uses of Thunk in org.flux.store.main
Methods in org.flux.store.main with parameters of type Thunk Modifier and Type Method Description voidDuxStore. dispatch(Thunk<T> action)
-