Packages

p

binny

stacked

package stacked

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class StackedBinaryStore[F[_]] extends BinaryStore[F]

    A utility to chain stores.

    A utility to chain stores. The first store in the given list is the "main" store. It will be used for all read operations. Write operations happen first on the main store and if successful they are applied to all others.

Value Members

  1. object StackedBinaryStore

Ungrouped