Skip to main content

merge_map

Function merge_map 

Source
pub fn merge_map<TIn: Clone + 'static, TOut: 'static>(
    project: impl Fn(&TIn) -> Node<TOut> + 'static,
) -> Operator<TOut>
Expand description

merge_map: project every source DATA to an inner node and merge all live inners.