Table of Contents - failure-1.0.0 Documentation
Classes and Modules
- Either
- Either::ActiveModelHelpers
- Either::Left
- Either::Right
- Maybe
- Maybe::Just
- Maybe::Nothing
- Shared
Methods
- ::match — Either
- ::match — Maybe
- ::new — Either::Left
- ::new — Either::Right
- ::new — Maybe::Just
- ::new — Either
- ::new — Maybe
- #== — Shared
- #flat_map — Either::Left
- #flat_map — Either::Right
- #flat_map — Maybe::Just
- #flat_map — Maybe::Nothing
- #is_just? — Maybe::Just
- #is_just? — Maybe::Nothing
- #is_nothing? — Maybe::Just
- #is_nothing? — Maybe::Nothing
- #left? — Either::Left
- #left? — Either::Right
- #map — Either::Left
- #map — Either::Right
- #map — Maybe::Just
- #map — Maybe::Nothing
- #right? — Either::Left
- #right? — Either::Right
- #to_either — Either::ActiveModelHelpers
- #val — Maybe::Nothing
- #val_eq? — Shared