arrow-core-data / arrow.core.computations / OptionEffect / bind
open suspend fun <B> B?.bind(): B open suspend fun <B> Option<B>.bind(): B
open suspend fun <B> B?.bind(): B
open suspend fun <B>
Option
<B>.bind(): B
Do you like Arrow?