package streaming
Type Members
-
trait
LazyScalaCollectionSupport[IT, PT] extends AnyRef
Lazy collection support for Scala 2.12 based on Stream
Lazy collection support for Scala 2.12 based on Stream
- IT
item type
- PT
position/cursor type
-
class
SlackApiResponseScroller[IT, PT] extends LazyScalaCollectionSupport[IT, PT]
Support for batch loading remote data
Support for batch loading remote data
- IT
batch item type
- PT
batch value type