Package

longevity.persistence

streams

Permalink

package streams

repository extension classes for streaming query methods

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. streams
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AkkaStreamsRepo[P] extends AnyRef

    Permalink

    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.

  2. class FS2Repo[P] extends AnyRef

    Permalink

    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.

  3. class IterateeIoRepo[P] extends AnyRef

    Permalink

    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.

  4. class PlayRepo[P] extends AnyRef

    Permalink

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped