compose<R> method
Prepends the emission of items with transformation
.
Implementation
Observable<R> compose<R>(Transformer<T, R> transformation) =>
transformation(this);
Prepends the emission of items with transformation
.
Observable<R> compose<R>(Transformer<T, R> transformation) =>
transformation(this);