Method List
-
#== Shared
-
#flat_map Either::Right
-
#flat_map Maybe::Nothing
-
#flat_map Either::Left
-
#flat_map Maybe::Just
-
#initialize Maybe::Just
-
#initialize Either::Right
-
#initialize Either::Left
-
#is_just? Maybe::Nothing
-
#is_just? Maybe::Just
-
#is_nothing? Maybe::Just
-
#is_nothing? Maybe::Nothing
-
#left? Either::Right
-
#left? Either::Left
-
#map Either::Right
-
#map Maybe::Nothing
-
#map Maybe::Just
-
#map Either::Left
-
match Either
-
match Maybe
-
new Either
-
new Maybe
-
#right? Either::Left
-
#right? Either::Right
-
#to_either Either::ActiveModelHelpers
-
#val_eq? Shared