eager

inline fun <A> eager(crossinline func: suspend RestrictedOptionEffect<A>.() -> A): Option<A>

Deprecated

Deprecated in favor of the EagerEffect Runtime

Replace with

import arrow.core.continuations.option
option.eager(func)