contract library

Classes

DataContract<T>
Outline of core methods to which all data loaders must adhere.

Mixins

ReadMixin<T>
Adds getById to a data contract.
SingleWriteMixin<T>
Introduces setItem to a data contract, but not WriteMixin.setItems.
WriteMixin<T>
Introduces setItem and setItems to a data contract.