arrow-core / arrow.core.extensions / OptionApplicativeError
interface ~~OptionApplicativeError~~ : ApplicativeError<ForOption, Unit>, OptionApplicative
Deprecated: ApplicativeError typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option
| handleErrorWith | open fun <A> OptionOf<A>.handleErrorWith(f: (Unit) -> OptionOf<A>): Option<A> | 
    
| raiseError | open fun <A> raiseError(e: Unit): Option<A> | 
    
Do you like Arrow?
✖