Package | Description |
---|---|
io.reactivex.internal.operators.flowable | |
io.reactivex.internal.subscribers | |
io.reactivex.internal.subscriptions |
Modifier and Type | Class and Description |
---|---|
static class |
FlowableGroupBy.GroupBySubscriber<T,K,V> |
Modifier and Type | Class and Description |
---|---|
class |
BasicFuseableConditionalSubscriber<T,R>
Base class for a fuseable intermediate subscriber.
|
class |
BasicFuseableSubscriber<T,R>
Base class for a fuseable intermediate subscriber.
|
class |
DeferredScalarSubscriber<T,R>
A subscriber, extending a DeferredScalarSubscription,
that is unbounded-in and can generate 0 or 1 resulting value.
|
Modifier and Type | Field and Description |
---|---|
protected QueueSubscription<T> |
BasicFuseableSubscriber.qs
The upstream's QueueSubscription if not null.
|
protected QueueSubscription<T> |
BasicFuseableConditionalSubscriber.qs
The upstream's QueueSubscription if not null.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicIntQueueSubscription<T>
Base class extending AtomicInteger (wip or request accounting) and QueueSubscription (fusion).
|
class |
BasicQueueSubscription<T>
Base class extending AtomicLong (wip or request accounting) and QueueSubscription (fusion).
|
class |
DeferredScalarSubscription<T>
A subscription that signals a single value eventually.
|
class |
EmptySubscription
An empty subscription that does nothing other than validates the request amount.
|
class |
ScalarSubscription<T>
A Subscription that holds a constant value and emits it only when requested.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.