Skip to main content

filter

Function filter 

Source
pub fn filter<S: Clone + 'static>(
    pred: impl Fn(&S) -> bool + 'static,
) -> Operator<S>
Expand description

filter: forward values matching pred; skipped waves settle as undirty RESOLVED.