nullable

object nullable

Deprecated

Deprecated in favor of the Effect or EagerEffect Runtime

Replace with

import arrow.core.continuations.nullable
nullable

Functions

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