WriterEffect
turbolift.effects.WriterEffect
trait WriterEffect[W, W1] extends Effect[WriterSignature[W, W1]], WriterSignature[W, W1]
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
Inherited types
Value members
Concrete methods
final override def censor[A, U <: WriterEffect[W, W1]](f: W => W)(body: Computation[A, U]): Computation[A, U]
Attributes
- Definition Classes
final override def listen[A, U <: WriterEffect[W, W1]](body: Computation[A, U]): Computation[(A, W), U]
Attributes
- Definition Classes
Attributes
- Definition Classes
final override def pass[A, U <: WriterEffect[W, W1]](body: Computation[(A, W => W), U]): Computation[A, U]
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Combines with another Effect instance, for the purpose of sharing an Interpreter.
Combines with another Effect instance, for the purpose of sharing an Interpreter.
Attributes
- Inherited from:
- Effect
final inline def perform[A, U <: ThisEffect](inline f: (WriterSignature[W, W1] & Signature { type ThisEffect = U; }) => Computation[A, U]): Computation[A, U]
Lifts an invocation of this Signature's method into the Computation monad.
Lifts an invocation of this Signature's method into the Computation monad.
Attributes
- Inherited from:
- CanPerform
Inherited fields
Object containing type definitions, to be used for implementing Interpreters for this effect.
Object containing type definitions, to be used for implementing Interpreters for this effect.
Attributes
- Inherited from:
- Effect
Exports
Inherited defined exports
Exported from EffectImpl
Attributes
- Inherited from:
- Effect
In this article