CanInterpret

turbolift.internals.effect.CanInterpret

Attributes

Graph
Supertypes
trait Signature
class Object
trait Matchable
class Any
Known subtypes
trait Effect[Z]
trait Choice
object Each.type
object Fail.type
object Console.type
trait ErrorEffect[E, E1]
trait Error[E]
trait ErrorK[F, E]
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]
Self type

Members list

Concise view

Type members

Classlikes

abstract class Proxy[Fx] extends Proxy[Fx] with 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

Graph
Supertypes
class Proxy[Fx]
trait Signature
class Object
trait Matchable
class Any
Self type
ThisSignature
abstract class ProxyIO extends ProxyIO with ThisInterpreter

Attributes

Graph
Supertypes
class ProxyIO
trait Signature
class Object
trait Matchable
class Any
Self type
ThisSignature
abstract class Stateful[S, F[_]] extends Stateful[S, F] with 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

Graph
Supertypes
class Stateful[S, F]
class Flow
trait Signature
class Object
trait Matchable
class Any
Self type
ThisSignature
abstract class Stateless[F[_]] extends Stateless[F] with 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

Graph
Supertypes
class Stateless[F]
class Flow
trait Signature
class Object
trait Matchable
class Any
Self type
ThisSignature

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

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

Attributes

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

Attributes

Graph
Supertypes
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

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$