Interface Resource<D>

All Superinterfaces:
ThinResource<ErrorCatching<Expiring<D>>>
All Known Subinterfaces:
MutableResource<D>

public interface Resource<D> extends ThinResource<ErrorCatching<Expiring<D>>>
A function returning a fully-wrapped dynamics, and the primary way models track state and report results.