Class PassthroughStore<T>

Store that calls the corresponding functions of the source Store. Can be extended by stores that do not want to override all functions by implementing a decorator pattern.

Type Parameters

Hierarchy

Implements

Constructors

Properties

source: T

Methods