arrow-core / arrow.core.extensions / OptionSemigroup / combine
open fun Option<A>.combine(b: Option<A>): Option<A>
Do you like Arrow?