arrow-core-data / arrow.core.computations / OptionEffect

OptionEffect

interface OptionEffect<A> : Effect<Option<A>>

Functions

bind open suspend fun <B> B?.bind(): B
open suspend fun <B> Option<B>.bind(): B

Inheritors

RestrictedOptionEffect interface RestrictedOptionEffect<A> : OptionEffect<A>

Do you like Arrow?

Arrow Org
<