Ior Effect Scope
class IorEffectScope<E>(semigroup: Semigroup<E>, effect: EffectScope<E>) : EffectScope<E> , Semigroup<E>
Content copied to clipboard
Functions
Link copied to clipboard
Runs the EagerEffect to finish, returning B or shift in case of R, bridging eager computations into suspending.
open suspend fun <B> <ERROR CLASS><B>.bind(transform: (Throwable) -> E): B
Content copied to clipboard
Link copied to clipboard