turbolift.internals.interpreter.Interpreter
See theInterpreter companion object Super trait for any user-defined Interpreter.
- Interpreters are not meant to be created directly.
Instead, one of abstract interpreters, provided by Effect, should be inherited:
- Effect.Proxy
- Effect.Stateless
- Effect.Stateful
- Interpreters are not meant to be used directly.
Instead, a Handler should be created from the interpreter,
by calling
toHandler
method on it.
Attributes
- Companion:
- object
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Type members
Alias for Handler, specialized for this interperter.
Alias for Handler, specialized for this interperter.
Attributes
Abstract type that must be used in definitions of effect's operations.
Abstract type that must be used in definitions of effect's operations.
Becomes an alias of Computation (i.e. same as !!
), once the signature is inherited from Effect
.
Attributes
- Inherited from:
- Signature
Abstract type that must be used in definitions of effect's operations.
Abstract type that must be used in definitions of effect's operations.
Becomes an alias of this.type
, once the signature is inherited from Effect
.
Attributes
- Inherited from:
- Signature