Skip to main content

last

Function last 

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

last: emit the last matching value on source COMPLETE; no match -> bare COMPLETE.