arrow-core / arrow.core.extensions / OptionFunctor
interface ~~OptionFunctor~~ : Functor<ForOption>
Deprecated: Functor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option
| map | open fun <A, B> OptionOf<A>.map(f: (A) -> B): Option<B> | 
    
| OptionCrosswalk | interface ~~OptionCrosswalk~~ : Crosswalk<ForOption>, OptionFunctor, OptionFoldable | 
    
| OptionSemialign | interface ~~OptionSemialign~~ : Semialign<ForOption>, OptionFunctor | 
    
Do you like Arrow?
✖