Continuation
turbolift.interpreter.Continuation
abstract class Continuation[A, B, S, U] extends A => Computation[B, U]
Delimited continuation obtained from Control.capture.
Type parameters
- A
-
input
- B
-
output
- S
-
local state
- U
-
effect set
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Resumes the continuation 0 times.
Resumes the continuation 0 times.
Attributes
Resumes the continuation.
Resumes the continuation.
Attributes
- Definition Classes
-
Function1
Resumes the continuation.
Resumes the continuation.
Attributes
Resumes the continuation, also updating the local state.
Resumes the continuation, also updating the local state.
Attributes
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Function1
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Function1 -> Any
- Inherited from:
- Function1
In this article