Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ClearLogOnError
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Constructs a computation, catching any Throwable that is thrown.
Constructs a computation, catching any Throwable that is thrown.
Attributes
Evaluate each computation in the structure from left to right, collecting the successful values and discarding the empty cases.
Evaluate each computation in the structure from left to right, collecting the successful values and discarding the empty cases.
Attributes
Combines a collection of computations into a single computation that passes the updated state from each computation to the next and collects the results.
Combines a collection of computations into a single computation that passes the updated state from each computation to the next and collects the results.
Attributes
Accesses the whole environment of the computation.
Accesses the whole environment of the computation.
Attributes
Accesses the environment of the computation.
Accesses the environment of the computation.
Attributes
Accesses the environment of the computation in the context of a computation.
Accesses the environment of the computation in the context of a computation.
Attributes
Maps each element of a collection to a computation and combines them all into a single computation that passes the updated state from each computation to the next and collects the results.
Maps each element of a collection to a computation and combines them all into a single computation that passes the updated state from each computation to the next and collects the results.
Attributes
Maps each element of a collection to a computation and combines them all into a single computation that passes the updated state from each computation to the next and collects the results.
Maps each element of a collection to a computation and combines them all into a single computation that passes the updated state from each computation to the next and collects the results.
Attributes
Maps each element of a collection to a computation and combines them all into a single computation that passes the updated state from each computation to the next and discards the results.
Maps each element of a collection to a computation and combines them all into a single computation that passes the updated state from each computation to the next and discards the results.
Attributes
Constructs a computation from an Either.
Constructs a computation from an Either.
Attributes
Constructs a computation from an Option.
Constructs a computation from an Option.
Attributes
Constructs a Validation from a predicate, failing with None.
Constructs a Validation from a predicate, failing with None.
Attributes
Constructs a Validation from a predicate, failing with the error provided.
Constructs a Validation from a predicate, failing with the error provided.
Attributes
Constructs a computation from a scala.util.Try.
Constructs a computation from a scala.util.Try.
Attributes
Constructs a computation that returns the initial state unchanged.
Constructs a computation that returns the initial state unchanged.
Attributes
Constructs a computation from the specified modify function.
Constructs a computation from the specified modify function.
Attributes
Constructs a computation that may fail from the specified modify function.
Constructs a computation that may fail from the specified modify function.
Attributes
Constructs a computation that succeeds with the None value.
Constructs a computation that succeeds with the None value.
Attributes
Accesses the specified service in the environment of the computation.
Accesses the specified service in the environment of the computation.
Attributes
Accesses the specified service in the environment of the computation.
Accesses the specified service in the environment of the computation.
Attributes
Accesses the specified service in the environment of the computation in the context of a computation.
Accesses the specified service in the environment of the computation in the context of a computation.
Attributes
Constructs a computation that sets the state to the specified value.
Constructs a computation that sets the state to the specified value.
Attributes
Constructs a computation that always succeeds with the specified value, passing the state through unchanged.
Constructs a computation that always succeeds with the specified value, passing the state through unchanged.
Attributes
Returns a lazily constructed computation, whose construction may itself require effects.
Returns a lazily constructed computation, whose construction may itself require effects.
Attributes
Constructs a computation that always returns the Unit value, passing the state through unchanged.
Constructs a computation that always returns the Unit value, passing the state through unchanged.
Attributes
The moral equivalent of if (!p) exp
The moral equivalent of if (!p) exp
Attributes
Constructs a computation from the specified update function.
Constructs a computation from the specified update function.
Attributes
The moral equivalent of if (p) exp
The moral equivalent of if (p) exp
Attributes
Runs a computation when the supplied PartialFunction matches for the given value, otherwise does nothing.
Runs a computation when the supplied PartialFunction matches for the given value, otherwise does nothing.
Attributes
Implicits
Implicits
The Covariant instance for ZPure.
The Covariant instance for ZPure.
Attributes
The IdentityBoth instance for ZPure.
The IdentityBoth instance for ZPure.
Attributes
The IdentityFlatten instance for ZPure.
The IdentityFlatten instance for ZPure.