LocalModify
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Composes 2 independent computations parallelly (if possible), discarding result of the first.
Composes 2 independent computations parallelly (if possible), discarding result of the first.
Parallelism may be impossible, due to at least one of handlers in current scope being inherently sequential (e.g. State.handlers.local
or Error.handlers.first
). In such case, &!
behaves like &&!
.
Attributes
- Inherited from:
- Computation
Composes 2 independent computations sequentially, discarding result of the first.
Composes 2 independent computations sequentially, discarding result of the first.
Attributes
- Inherited from:
- Computation
Composes 2 independent computations sequentially, discarding result of the second.
Composes 2 independent computations sequentially, discarding result of the second.
Attributes
- Inherited from:
- Computation
Composes 2 independent computations parallelly (if possible), discarding result of the second.
Composes 2 independent computations parallelly (if possible), discarding result of the second.
Parallelism may be impossible, due to at least one of handlers in current scope being inherently sequential (e.g. State.handlers.local
or Error.handlers.first
). In such case, &<!
behaves like &&<!
.
Attributes
- Inherited from:
- Computation
Alias for zipPar.
Alias for zip.
Parallel version of ++!
.
Applies plus
operation from the innermost Choice
effect in the current scope.
Applies plus
operation from the innermost Choice
effect in the current scope.
Similar to <|>
operator of Alternative
.
Attributes
- Inherited from:
- Computation
Alias for flatMap.
Attributes
- Inherited from:
- Function1
Discards the result, and replaces it by given pure value.
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
Run this computation in a new fiber.
Like fork, but the fiber is created as a child of specific warp, rather than the current warp.
Like fork, but the fiber is created as a child of specific warp, rather than the current warp.
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
Syntax for giving names to fibers.
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
Attributes
- Inherited from:
- Computation
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
Widens the set of requested effects.
Discards the result, and replaces it by Unit
.
Applies filter, using empty
operation from the innermost Choice
effect in the current scope.
Applies filter, using empty
operation from the innermost Choice
effect in the current scope.
Attributes
- Inherited from:
- Computation
Composes 2 independent computations sequentially
Composes 2 independent computations parallelly (if possible).
Composes 2 independent computations parallelly (if possible).
Parallelism may be impossible, due to at least one of handlers in current scope being inherently sequential (e.g. State.handlers.local
or Error.handlers.first
). In such case, zipPar
behaves like zip
.
Attributes
- Inherited from:
- Computation
Like zip, but followed by untupled map
.
Like zipPar, but followed by untupled map
.
Races 2 computations.
Races 2 computations.
Runs both computations parallelly, each in fresh fiber. Once one of them finishes, the other is cancelled.
Attributes
- Inherited from:
- Computation
Sequential "or-else" operator.
Sequential "or-else" operator.
Runs the first computations in fresh fiber. If it ends up cancelled, the second computation is run.
Attributes
- Inherited from:
- Computation
Inherited and Abstract methods
Attributes
- Inherited from:
- Function1
Deprecated and Inherited methods
Attributes
- Deprecated
- true
- Inherited from:
- Computation