Proxy

turbolift.internals.interpreter.Control$.Proxy
final class Proxy[U, V]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def escape[X](body: Computation[X, U]): Computation[X, V]

Execute body in the context, where the currently interpreted operation has been encountered.

Execute body in the context, where the currently interpreted operation has been encountered.

Attributes