Table of Contents - trither-0.6.0 Documentation
Classes and Modules
- Either
- Either::Left
- Either::Right
- Option
- Option::None
- Option::Some
- Trither
- Trither::BasicTypes
- Trither::Box
- Try
- Try::Failure
- Try::Success
Methods
- ::all — Option
- ::empty? — Option::None
- ::fetch — Option::None
- ::filter — Option::None
- ::flat_map — Option::None
- ::flatten — Option
- ::get_or_else — Option::None
- ::make — Option
- ::make — Try
- ::map — Option::None
- ::new — Trither::Box
- ::or_else — Option::None
- #== — Trither::Box
- #empty? — Option::Some
- #fail_map — Try::Failure
- #fail_map — Try::Success
- #failure? — Try::Failure
- #failure? — Try::Success
- #fetch — Option::Some
- #filter — Option::Some
- #filter — Try::Failure
- #filter — Try::Success
- #flat_map — Option::Some
- #flat_map — Try::Failure
- #flat_map — Try::Success
- #get_or_else — Option::Some
- #get_or_else — Try::Failure
- #get_or_else — Try::Success
- #left — Either::Left
- #left? — Either::Left
- #left? — Either::Right
- #left_flat_map — Either::Left
- #left_flat_map — Either::Right
- #left_map — Either::Left
- #left_map — Either::Right
- #map — Option::Some
- #map — Try::Failure
- #map — Try::Success
- #or_else — Option::Some
- #or_else — Try::Failure
- #or_else — Try::Success
- #right — Either::Right
- #right? — Either::Left
- #right? — Either::Right
- #right_flat_map — Either::Left
- #right_flat_map — Either::Right
- #right_map — Either::Left
- #right_map — Either::Right