Proxy

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

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 Interpreter
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
ThisSignature

Members list

Type members

Inherited types

final override type !@![A, U] = Proxy[U, Dependency] => Computation[A, 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

final def toHandler: ThisHandler

Attributes

Inherited from:
Proxy