Class SeparateDatabaseAndState

Take two lists of operations - ones that will be used for the database,

Declaration

class SeparateDatabaseAndState(Operation)
source link

Documentation

and ones that will be used for the state change. This allows operations
that don't support state change to have it applied, or have operations
that affect the state or not the database, or so on.

Methods

Inherited methods

Reexports