module Monads::LeftBiased(T)
Direct including types
Defined in:
monads/biased.crInstance Method Summary
- #bind(&block : T -> U) forall U
- #bind(lambda : T -> U) forall U
- #equal?(rhs : RightBiased) : Bool
- #equal?(rhs : LeftBiased) : Bool
- #failure?
- #fmap(&block : T -> U) forall U
- #or(monad)
- #success?
- #tee(&block : T -> U) forall U
- #value! : T
- #value_or(element : U) : U forall U
- #value_or(&block : -> U) : U forall U