CanInterpret

turbolift.internals.effect.CanInterpret
trait CanInterpret

Attributes

Graph
Supertypes
trait Signature
class Object
trait Matchable
class Any
Known subtypes
trait Effect[Z]
trait ChoiceEffect
trait Choice
object Each.type
object Fail.type
object Console.type
trait ErrorEffect[E, E1]
trait Error[E]
trait ErrorK[F, E]
trait RandomEffect
object Random.type
trait Reader[R]
trait State[S]
trait WriterEffect[W, W1]
trait Writer[W]
trait WriterG[M, K, V]
trait WriterGK[M, K, F, V]
trait WriterK[F, W]
Show all
Self type

Members list

Type members

Classlikes

abstract class Proxy[Fx] extends Proxy[Fx], ThisInterpreter

Base class for any user-defined proxy interpreter for this effect.

Base class for any user-defined proxy interpreter for this effect.

Like Proxy Interpreter, but specialized for this effect.

Attributes

Supertypes
class Proxy[Fx]
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
ThisSignature
abstract class ProxyIO extends ProxyIO, ThisInterpreter

Attributes

Supertypes
class ProxyIO
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
ThisSignature
abstract class Stateful[S, F[_]] extends Stateful[S, F], ThisInterpreter

Base class for any user-defined stateful interpreter for this effect.

Base class for any user-defined stateful interpreter for this effect.

Like Stateful Interpreter, but specialized for this effect.

Attributes

Supertypes
class Stateful[S, F]
class Flow
class FlowFeatures
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
ThisSignature
abstract class Stateless[F[_]] extends Stateless[F], ThisInterpreter

Base class for any user-defined stateless interpreter for this effect.

Base class for any user-defined stateless interpreter for this effect.

Like Stateless Interpreter, but specialized for this effect.

Attributes

Supertypes
class Stateless[F]
class Flow
class FlowFeatures
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
ThisSignature
object ThisHandler

Defines type aliases for Handler, specialized to eliminate this effect.

Defines type aliases for Handler, specialized to eliminate this effect.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait ThisInterpreter

Attributes

Supertypes
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Known subtypes
class Proxy[Fx]
class ProxyIO
class Stateful[S, F]
class Stateless[F]

Types

final type ThisHandler[F[_], N] = Handler[F, ThisEffect, N]

Alias for Handler, specialized to eliminate this effect.

Alias for Handler, specialized to eliminate this effect.

Attributes

Inherited types

type !@![A, U]

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
type ThisEffect

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

Exports

Defined exports

final val Parallel: Parallel.type
Exported from Features
final type Parallel = Parallel
Exported from Features$
final type Sequential = Sequential
Exported from Features$