ResultEagerEffectScope
value class ResultEagerEffectScope(cont: EagerEffectScope<Throwable>) : EagerEffectScope<Throwable> (source)
Functions
Link copied to clipboard
Folds Either into EagerEffect, by returning B or a shift with R.
Runs the EagerEffect to finish, returning B or shift in case of R.
Folds Option into EagerEffect, by returning B or a transforming None into R and shifting the result.
Folds Result into EagerEffect, by returning B or a transforming Throwable into R and shifting the result.