CommandStore

edomata.backend.CommandStore
See theCommandStore companion object
trait CommandStore[F[_]]

Attributes

Companion:
object
Source:
CommandStore.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def append(cmd: CommandMessage[_]): F[Unit]

Attributes

Source:
CommandStore.scala
def contains(id: String): F[Boolean]

Attributes

Source:
CommandStore.scala