public final class CompletableFlatMapSingleToCompletable<T> extends Object implements Completable.OnSubscribe
Constructor and Description |
---|
CompletableFlatMapSingleToCompletable(Single<T> source,
Func1<? super T,? extends Completable> mapper) |
public CompletableFlatMapSingleToCompletable(Single<T> source, Func1<? super T,? extends Completable> mapper)
public void call(CompletableSubscriber t)
call
in interface Action1<CompletableSubscriber>
Copyright © 2018. All rights reserved.