pub fn map<S: 'static, T: 'static>(f: impl Fn(&S) -> T + 'static) -> Operator<T>
map: emit fn(value) for every upstream DATA occurrence.
fn(value)