T
- the value typepublic final class SingleTakeUntilCompletable<T> extends Object implements Single.OnSubscribe<T>
Constructor and Description |
---|
SingleTakeUntilCompletable(Single.OnSubscribe<T> source,
Completable other) |
public SingleTakeUntilCompletable(Single.OnSubscribe<T> source, Completable other)
public void call(SingleSubscriber<? super T> t)
call
in interface Action1<SingleSubscriber<? super T>>
Copyright © 2017. All rights reserved.