public final class SingleOperatorFlatMap<T,R> extends java.lang.Object implements Single.SingleOperator<R,T>
| Constructor and Description |
|---|
SingleOperatorFlatMap(Function<? super T,? extends Single<? extends R>> mapper) |
| Modifier and Type | Method and Description |
|---|---|
Single.SingleSubscriber<? super T> |
apply(Single.SingleSubscriber<? super R> t) |
public Single.SingleSubscriber<? super T> apply(Single.SingleSubscriber<? super R> t)
apply in interface Function<Single.SingleSubscriber<? super R>,Single.SingleSubscriber<? super T>>