result

object result

Deprecated

Deprecated in favor of the Effect or EagerEffect Runtime

Replace with

import arrow.core.continuations.result
result

Functions

Link copied to clipboard
inline operator fun <A> invoke(block: ResultEffect.() -> A): Result<A>

Provides a computation block for Result which is build on top of Kotlin's Result Std operations.