core.repositories.types

Members list

Type members

Classlikes

trait MechanismRepository[F[_]]

Represents a repository interface for managing mechanisms in a data store.

Represents a repository interface for managing mechanisms in a data store.

Type parameters

F

The effect type (e.g., IO, Future, etc.).

Attributes

Source
MechanismRepository.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ReactionRepository[F[_]]

Represents a repository interface for managing reactions in a data store.

Represents a repository interface for managing reactions in a data store.

Type parameters

F

The effect type (e.g., IO, Future, etc.).

Attributes

Source
ReactionRepository.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes