Version 3.3.0 is behind the current release: jump to latest version (3.4.0).
interface Subscription
thefrontside/effectionThe Effection equivalent of an AsyncIterator
A subscription acts like a stateful queue that provides a sequence of values via the next() method. Normally a subscription is created via a Stream.
Type Parameters
T
R
Methods
next
(): Operation<IteratorResult<T, R>>No documentation available.