Package | Description |
---|---|
io.reactivex.internal.subscribers |
Modifier and Type | Class and Description |
---|---|
class |
BasicFuseableConditionalSubscriber<T,R>
Base class for a fuseable intermediate subscriber.
|
Modifier and Type | Field and Description |
---|---|
protected ConditionalSubscriber<? super R> |
BasicFuseableConditionalSubscriber.downstream
The downstream subscriber.
|
Constructor and Description |
---|
BasicFuseableConditionalSubscriber(ConditionalSubscriber<? super R> downstream)
Construct a BasicFuseableSubscriber by wrapping the given subscriber.
|
Copyright © 2019. All rights reserved.