exhaustMapSingle<R> method
Likes exhaustMap, but returns a Single.
Implementation
Single<R> exhaustMapSingle<R>(Single<R> Function(T) transform) =>
Single.safe(stream.exhaustMap(transform));
Likes exhaustMap, but returns a Single.
Single<R> exhaustMapSingle<R>(Single<R> Function(T) transform) =>
Single.safe(stream.exhaustMap(transform));