ObservedStorage<E> constructor

ObservedStorage<E>(
  1. Storage<E> _inner
)

Implementation

ObservedStorage(this._inner);