DurableBehaviorInterpreter

endless.core.interpret.DurableBehaviorInterpreter
See theDurableBehaviorInterpreter companion object
trait DurableBehaviorInterpreter[F[_], S, Alg[_[_]]]

Interprets an algebra Alg expressed using DurableEntity in context F with DurableEntityT

Type parameters

Alg

entity algebra

F

effect type

S

state

Attributes

Returns

interpreted entity algebra in context F

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(entity: DurableEntity[[_] =>> DurableEntityT[F, S, _$4], S]): F[Alg[[_] =>> DurableEntityT[F, S, _$5]]]