Monads::Leftable(E, T)
Instance methods
bind(lambda : T -> _) : Leftable(E, T)
Sourcefmap(lambda : T -> U) : Leftable(E, U) forall U
Sourcemap_or(default : U, lambda : _ -> _) forall U
Sourceor(other : Either)
Sourceor(other : E -> _)
Sourcevalue_or(other : E -> _)
Sourcevalue_or(other : U) forall U
Source