option

object option

Deprecated

Deprecated in favor of the Effect or EagerEffect Runtime

Replace with

import arrow.core.continuations.option
option

Functions

Link copied to clipboard
inline fun <A> eager(crossinline func: suspend RestrictedOptionEffect<A>.() -> A): Option<A>
Link copied to clipboard
inline suspend operator fun <A> invoke(crossinline func: suspend OptionEffect<*>.() -> A?): Option<A>