Subscriber<T>: LatestTopic<T> & EachTopic<T>

A stream of results that allows consumers to configure forward-lossless "each" iteration with subscribeEach and lossy "latest" iteration with subscribeLatest.

Type Parameters

  • T