pub fn filter_map<I, F, T>(id: I, f: F) -> Subscription<T>
Expand description
Creates a Subscription
from a hashable id and a filter function.
pub fn filter_map<I, F, T>(id: I, f: F) -> Subscription<T>
Creates a Subscription
from a hashable id and a filter function.