Reads
interface Reads
A read-only view of model state passed to multi-model handlers during a dispatch. Reads reflect writes already produced by earlier handlers in the same dispatch (fold semantics), so a later handler observes prior handlers' results.