T
- the value typeU
- the other's value type (not relevant)public final class SingleTakeUntilSingle<T,U> extends Object implements Single.OnSubscribe<T>
Constructor and Description |
---|
SingleTakeUntilSingle(Single.OnSubscribe<T> source,
Single<? extends U> other) |
public SingleTakeUntilSingle(Single.OnSubscribe<T> source, Single<? extends U> other)
public void call(SingleSubscriber<? super T> t)
call
in interface Action1<SingleSubscriber<? super T>>
Copyright © 2017. All rights reserved.