core.repositories.types
package core.repositories.types
Members list
Type members
Classlikes
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 Objecttrait Matchableclass Any
- Known subtypes
-
class InMemoryMechanismRepository[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 Objecttrait Matchableclass Any
- Known subtypes
-
class FunctionalInMemoryReactionRepository[F]class Neo4jReactionRepository[F]
In this article