Trait experimental_reactive::reactive::SignalExt
[−]
[src]
pub trait SignalExt: Sized { fn map<T, R, F>(self, f: F) -> MappedSignal<T, R, Self, F> where F: Fn(T) -> R, T: Clone { ... } }
Provided Methods
fn map<T, R, F>(self, f: F) -> MappedSignal<T, R, Self, F> where F: Fn(T) -> R, T: Clone
Implementors
impl SignalExt for EmptySplitterimpl<T: Clone, U: Slot<T>, P> SignalExt for Splitter<T, U, P>