Packages

package streams

repository extension classes for streaming query methods

Source
package.scala
Linear Supertypes

Type Members

  1. class AkkaStreamsRepo[F[_], M] extends AnyRef

    provides repository methods that use Akka Streams for repository streaming API.

    provides repository methods that use Akka Streams for repository streaming API.

    AkkaStreamsRepo is provided by an implicit conversion from Repo, so that Akka Streams can remain an optional dependency for longevity users. otherwise, it would have been included as part of the Repo.

    F

    the effect

    M

    the model

  2. class FS2Repo[F[_], M] extends AnyRef

    provides repository methods that use FS2 for repository streaming API.

    provides repository methods that use FS2 for repository streaming API.

    FS2Repo is provided by an implicit conversion from Repo, so that FS2 can remain an optional dependency for longevity users. otherwise, it would have been included as part of the Repo.

    F

    the effect

    M

    the model

  3. class IterateeIoRepo[F[_], M] extends AnyRef

    provides repository methods that use iteratee.io for repository streaming API.

    provides repository methods that use iteratee.io for repository streaming API.

    IterateeIoRepo is provided by an implicit conversion from Repo, so that iteratee.io can remain an optional dependency for longevity users. otherwise, it would have been included as part of the Repo.

    F

    the effect

    M

    the model

  4. class PlayRepo[F[_], M] extends AnyRef

    provides repository methods that use Play iteratees for repository streaming API.

    provides repository methods that use Play iteratees for repository streaming API.

    PlayRepo is provided by an implicit conversion from Repo, so that Play iteratees can remain an optional dependency for longevity users. otherwise, it would have been included as part of the Repo.

    F

    the effect

    M

    the model

Inherited from AnyRef

Inherited from Any

Ungrouped