turbolift.internals.interpreter.Interpreter$
See theInterpreter companion trait
Attributes Companion: trait Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Self type Members list Concise view
Type members
Super class for interpreters using delimited continuation.
Super class for interpreters using delimited continuation.
Attributes Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes Self type
Attributes Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes
Super trait for any user-defined proxy Interpreter .
Proxy translates operations of this effect, into operations of some other effects (dependencies).
This is also known as "reinterpretation" in some effect systems.
Attributes Fx Type-level set of effects, specifying dependencies of this proxy interpreter.
Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes
Like Proxy[IO]
, but with less overhead.
Like Proxy[IO]
, but with less overhead.
Attributes Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes
Super class for any user-defined stateful Flow Interpreter, that has internal state.
Super class for any user-defined stateful Flow Interpreter, that has internal state.
Attributes F Result for this interpreter.
S State for this interpreter.
Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes
Super class for any user-defined Flow Interpreter, that has no internal state.
Super class for any user-defined Flow Interpreter, that has no internal state.
Attributes F Result for this interpreter.
Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes