store_service library

Classes

AppStreamElement<T>
Tells StoreService what Operation to perform and on which item to perform the operation
BasicModel
A model that should be extended by models that will use in StoreService
StoreService<T extends BasicModel>
StoreService will let you create a service which will handle most of the operations on the model out of the box, like idExist, onChange, update(), updateAll(), values

Enums

Operation
Can be used to specify the type of operation you want to perform on the data in the store