Transformer<T, R> typedef
- Observable<
T> source
Function that receives an Observable and returns another one, possibly changing its type.
Implementation
typedef Transformer<T, R> = Observable<R> Function(Observable<T> source);
Function that receives an Observable and returns another one, possibly changing its type.
typedef Transformer<T, R> = Observable<R> Function(Observable<T> source);