arrow-core / arrow.core.extensions / OptionSemigroupK / combineK
open fun <A> OptionOf<A>.combineK(y: OptionOf<A>): Option<A>
Do you like Arrow?