ResultEffect

Deprecated

Deprecated in favor of Eager Effect DSL: EagerEffectScope This object introduces dangerous behavior and will be removed in the next version: https://github.com/arrow-kt/arrow/issues/2547

DSL Receiver Syntax for result.

Functions

Link copied to clipboard
fun <A> Either<Throwable, A>.bind(): A
fun <A> Result<A>.bind(): A