arrow-core / arrow.core.extensions / OptionSelective

OptionSelective

interface ~~OptionSelective~~ : Selective<ForOption>, OptionApplicative Deprecated: Selective typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option

Functions

select open fun <A, B> OptionOf<Either<A, B>>.select(f: OptionOf<(A) -> B>): Option<B>

Do you like Arrow?

Arrow Org
<