package streams
Type Members
-
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 fromRepo
, 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
-
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 fromRepo
, 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
-
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 fromRepo
, 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
-
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 fromRepo
, 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