Packages

package streaming

Type Members

  1. 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

  2. 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

Ungrouped