Store.through()method
through(sequence: AsyncIterable<TT>): AsyncIterable<TT>
Set the value of this store as values are pulled from a sequence.
through(sequence: AsyncIterable<TT>): AsyncIterable<TT>
Set the value of this store as values are pulled from a sequence.