Proxy

turbolift.internals.effect.CanInterpret.Proxy
abstract class Proxy[Fx] extends Proxy[Fx] with ThisInterpreter

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

Like Proxy Interpreter, but specialized for this effect.

Attributes

Graph
Supertypes
trait Proxy[Fx]
trait Signature
class Object
trait Matchable
class Any
Self type
ThisSignature

Members list

Concise view

Type members

Inherited types

final override type !@![A, U] = Computation[A, U & Dependency]

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:
Proxy
final override type Dependency = Fx

Attributes

Inherited from:
Proxy
final override type Result[+A] = A

Attributes

Inherited from:
Proxy
final override type ThisEffect = 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:
ThisInterpreter

Alias for Handler, specialized for this interperter.

Alias for Handler, specialized for this interperter.

Attributes

Inherited from:
Interpreter

Value members

Inherited methods

Creates a Handler from this interpreter.

Creates a Handler from this interpreter.

Attributes

Inherited from:
Proxy
final def unproxy[A, U <: Dependency](comp: Computation[A, U]): Computation[A, ThisEffect]

Attributes

Inherited from:
Proxy