arrow-core-data / arrow.core.computations / OptionEffect
interface OptionEffect<A> : Effect<Option<A>>
| bind | open suspend fun <B> B?.bind(): Bopen suspend fun <B> Option<B>.bind(): B |
| RestrictedOptionEffect | interface RestrictedOptionEffect<A> : OptionEffect<A> |
Do you like Arrow?
✖