invoke

inline suspend operator fun <A> invoke(crossinline func: suspend NullableEffect<*>.() -> A?): A?

Deprecated

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

Replace with

import arrow.core.raise.nullable
nullable(func)