Interface DataResourceStore.Mutable
- All Superinterfaces:
DataResourceStore
- Enclosing interface:
DataResourceStore
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataResourceStore
DataResourceStore.Key<T>, DataResourceStore.Mutable -
Method Summary
Modifier and TypeMethodDescription<T> voidput(DataResourceStore.Key<T> key, T data) Puts data at the given key.Methods inherited from interface DataResourceStore
getOrThrow
-
Method Details
-
put
Puts data at the given key.- Type Parameters:
T- the type of data- Parameters:
key- the key to store atdata- the data to store
-