arrow-core / arrow.core.extensions / OptionSelective
interface ~~OptionSelective~~ : Selective<ForOption>,
OptionApplicative
Deprecated: Selective typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option
select | open fun <A, B> OptionOf<Either<A, B>>.select(f: OptionOf<(A) -> B>): Option<B> |
Do you like Arrow?
✖