Searched refs:map_right (Results 1 – 3 of 3) sorted by relevance
117 pub fn map_right<F, M>(self, f: F) -> EitherOrBoth<A, M> in map_right() method
100 - Add methods ``.map_left()``, ``.map_right()`` and ``.either()``.
272 pub fn map_right<F, S>(self, f: F) -> Either<L, S> in map_right() method