[−][src]Trait rxrust::ops::map::Map
Provided methods
fn map<B, F>(self, f: F) -> MapOp<Self, F, B> where
Self: Sized,
F: Fn(B) -> T,
Self: Sized,
F: Fn(B) -> T,
Creates a new stream which calls a closure on each element and uses its return as the value.