| Class and Description |
|---|
| hu.akarnokd.rxjava2.processors.MulticastProcessor
in 0.19.2 - will be removed in 0.20. Use the standard
MulticastProcessor from now on. |
| Method and Description |
|---|
| hu.akarnokd.rxjava2.operators.FlowableTransformers.refCount(int)
Part of RxJava now since 2.1.14:
ConnectableFlowable#refCount(int). Will be removed in 0.20.0. |
| hu.akarnokd.rxjava2.operators.FlowableTransformers.refCount(int, long, TimeUnit)
Part of RxJava now since 2.1.14:
ConnectableFlowable#refCount(int, long, TimeUnit). Will be removed in 0.20.0. |
| hu.akarnokd.rxjava2.operators.FlowableTransformers.refCount(int, long, TimeUnit, Scheduler)
Part of RxJava now since 2.1.14:
ConnectableFlowable#refCount(int, long, TimeUnit, Scheduler). Will be removed in 0.20.0. |
| hu.akarnokd.rxjava2.operators.FlowableTransformers.refCount(long, TimeUnit)
Part of RxJava now since 2.1.14:
ConnectableFlowable#refCount(long, TimeUnit). Will be removed in 0.20.0. |
| hu.akarnokd.rxjava2.operators.FlowableTransformers.refCount(long, TimeUnit, Scheduler)
Part of RxJava now since 2.1.14:
ConnectableFlowable#refCount(long, TimeUnit, Scheduler). Will be removed in 0.20.0. |