result

object result

Deprecated

The result DSL has been moved to arrow.core.raise.result. Replace import arrow.core.computations.* with arrow.core.raise.*

Replace with

import arrow.core.raise.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.