Newer version available
You’re viewing the API reference for version 3.0.3, but the latest version is 3.1.0. The latest version include may important updates and fixes.
View Latest Versioninterface Subscription
thefrontside/effectioninterface Subscription<T, R>
The 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.