Nullable Effect Scope
value class NullableEffectScope(cont: EffectScope<Nothing?>) : EffectScope<Nothing?>
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) -> Nothing?): B
Content copied to clipboard
Link copied to clipboard