Method List
-
#== Trither::Box
-
all Option
-
#empty? Option::Some
-
empty? Option::None
-
#fail_map Try::Success
-
#fail_map Try::Failure
-
#failure? Try::Failure
-
#failure? Try::Success
-
fetch Option::None
-
#fetch Option::Some
-
#filter Try::Failure
-
#filter Option::Some
-
#filter Try::Success
-
filter Option::None
-
#flat_map Try::Success
-
#flat_map Try::Failure
-
flat_map Option::None
-
#flat_map Option::Some
-
flatten Option
-
#get_or_else Try::Failure
-
get_or_else Option::None
-
#get_or_else Try::Success
-
#get_or_else Option::Some
-
#initialize Trither::Box
-
#left Either::Left
-
#left? Either::Right
-
#left? Either::Left
-
#left_flat_map Either::Left
-
#left_flat_map Either::Right
-
#left_map Either::Left
-
#left_map Either::Right
-
make Try
-
make Option
-
#map Option::Some
-
#map Try::Success
-
#map Try::Failure
-
map Option::None
-
#or_else Try::Success
-
#or_else Option::Some
-
or_else Option::None
-
#or_else Try::Failure
-
#right Either::Right
-
#right? Either::Right
-
#right? Either::Left
-
#right_flat_map Either::Right
-
#right_flat_map Either::Left
-
#right_map Either::Right
-
#right_map Either::Left