EvalEffect

fun interface EvalEffect<A> : Effect<Eval<A>>

Deprecated

Deprecated in favor of Effect DSL: EffectScope

Replace with

import arrow.core.continuations.EffectScope
EffectScope<E>

Functions

Link copied to clipboard
open suspend fun <B> Eval<B>.bind(): B
Link copied to clipboard
abstract fun control(): DelimitedScope<Eval<A>>

Inheritors

Link copied to clipboard