Home
last modified time | relevance | path

Searched refs:map_right (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/itertools/src/
Deither_or_both.rs117 pub fn map_right<F, M>(self, f: F) -> EitherOrBoth<A, M> in map_right() method
/external/rust/crates/either/
DREADME.rst100 - Add methods ``.map_left()``, ``.map_right()`` and ``.either()``.
/external/rust/crates/either/src/
Dlib.rs272 pub fn map_right<F, S>(self, f: F) -> Either<L, S> in map_right() method