StashExtension<T> extension
Extension over Stash to add some helper methods
- on
-
- Stash<
T>
- Stash<
Methods
-
getAll(
Set< String> keys) → Future<Map< String, T?> > -
Available on Stash<
Gets the stash values for the specified set ofT> , provided by the StashExtension extensionkeys
-
putAll(
Map< String, T> map) → Future<void> -
Available on Stash<
Add / Replace the stash values with the specifiedT> , provided by the StashExtension extensionmap
of entries. -
removeAll(
Set< String> keys) → Future<void> -
Available on Stash<
Removes the values stored under a set of keys from this stashT> , provided by the StashExtension extension