binny.stacked

package binny.stacked

Members list

Type members

Classlikes

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

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.

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.

Attributes

Companion
object
Supertypes
trait BinaryStore[F]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type