ProxyIO

turbolift.internals.interpreter.Interpreter$.ProxyIO
abstract class ProxyIO extends Interpreter

Like Proxy[IO], but with less overhead.

Attributes

Graph
Supertypes
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Known subtypes
class ProxyIO

Members list

Type members

Types

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

final override type Dependency = IO
final override type From[+A] = A
final override type To[+A] = A

Inherited types

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

Alias for Handler, specialized for this interperter.

Alias for Handler, specialized for this interperter.

Attributes

Inherited from:
Interpreter

Value members

Concrete methods

final def toHandler: ThisHandler