Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Interpreter.type
Members list
Type members
Classlikes
Super class for interpreters using delimited continuation.
Super class for interpreters using delimited continuation.
Attributes
- Supertypes
-
class FlowFeaturestrait Interpretertrait Signatureclass Objecttrait Matchableclass AnyShow all
- Known subtypes
- Self type
Super trait for any user-defined proxy Interpreter.
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.
Type parameters
- Fx
-
Type-level set of effects, specifying dependencies of this proxy interpreter.
Attributes
- Supertypes
- Known subtypes
-
class Proxy[Fx]
Like Proxy[IO]
, but with less overhead.
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.
Type parameters
- F
-
Result for this interpreter.
- S
-
State for this interpreter.
Attributes
- Supertypes
-
class Flowclass FlowFeaturestrait Interpretertrait Signatureclass Objecttrait Matchableclass AnyShow all
- 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.
Type parameters
- F
-
Result for this interpreter.
Attributes
- Supertypes
-
class Flowclass FlowFeaturestrait Interpretertrait Signatureclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Stateless[F]