Write Key Value Repo
Write part of KeyValueRepo
Type Parameters
This type will be used as key in all operations related to changes of data
This type will be used as incoming data in most operations
Inheritors
Properties
This flow must emit data each time when data by Key has been removed with unset/unsetWithValues methods or in any other way
Functions
List overload of WriteKeyValueRepo.set accepting a list of pairs.
Vararg overload of WriteKeyValueRepo.set accepting pairs.
Single-entry overload of WriteKeyValueRepo.set.
Vararg overload of WriteKeyValueRepo.unset.
Will unset as batch data with values from toUnset. Must pass the Keys which were successfully removed in repo to onValueRemoved
Vararg overload of WriteKeyValueRepo.unsetWithValues.
Wraps this WriteKeyValueRepo with a MapperRepo to expose a mapped WriteKeyValueRepo.
Wraps this WriteKeyValueRepo with inline conversion lambdas to expose a mapped WriteKeyValueRepo.