FinalizerEffectIO
turbolift.effects.FinalizerEffectIO
trait FinalizerEffectIO[U <: IO] extends FinalizerEffect[U]
Attributes
- Graph
-
- Supertypes
-
trait FinalizerEffect[U]trait FinalizerSignature[U]trait Signatureclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object Finalizer
Members list
Type members
Inherited types
Value members
Concrete methods
Default handler for this effect.
Default handler for this effect.
Attributes
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: (FinalizerSignature[U] & 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
Attributes
- Inherited from:
- FinalizerEffect
final override def use[A](acquire: Computation[A, U], release: A => Computation[Unit, U]): Computation[A, FinalizerEffect.this.type]
Attributes
- Definition Classes
- Inherited from:
- FinalizerEffect
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