eager

inline fun <A> eager(crossinline func: suspend RestrictedNullableEffect<A>.() -> A?): A?

Deprecated

Deprecated in favor of the EagerEffect Runtime

Replace with

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