public abstract class BaseQueueDisposable<T>
extends java.lang.Object
implements io.reactivex.internal.fuseable.QueueDisposable<T>
| Constructor and Description |
|---|
BaseQueueDisposable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(T e) |
boolean |
offer(T v1,
T v2) |