endless.core.interpret.EntityT
See theEntityT companion class
object EntityT extends EntityRunFunctions
Attributes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- EntityRunFunctions
Attributes
- Inherited from:
- EntityRunFunctions
Attributes
- Inherited from:
- EntityRunFunctions
Implicits
Implicits
implicit def clockForEntityT[F[_] : Clock, S, E](implicit evidence$7: Functor[F], evidence$8: Clock[F], A0: Applicative[[_] =>> EntityT[F, S, E, _$16]]): Clock[[_] =>> EntityT[F, S, E, _$17]]
Given that a monad instance can be found for F, this provides an EntityT transformer instance for it. This is used by deployEntity
: the createEntity
creator for entity algebra can thus be injected with an instance of Entity[F[_]]
interpreted with EntityT[F, S, E, *]
Given that a monad instance can be found for F, this provides an EntityT transformer instance for it. This is used by deployEntity
: the createEntity
creator for entity algebra can thus be injected with an instance of Entity[F[_]]
interpreted with EntityT[F, S, E, *]
Attributes
implicit def loggerForEntityT[F[_] : Functor, S, E](implicit evidence$9: Functor[F], logger: Logger[F]): Logger[[_] =>> EntityT[F, S, E, _$21]]
In this article