Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
pack-priv final Scheduler |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected void |
scheduler | back to summary |
---|---|
pack-priv final Scheduler scheduler |
MaybeUnsubscribeOn | back to summary |
---|---|
public MaybeUnsubscribeOn(MaybeSource<T> source, Scheduler scheduler) |
subscribeActual | back to summary |
---|---|
protected void subscribeActual(MaybeObserver<? super T> observer)
|
Modifier and Type | Field and Description |
---|---|
pack-priv final MaybeObserver | |
pack-priv Disposable | |
pack-priv final Scheduler | |
private static final long |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public void | dispose()
Implements io. |
public boolean | isDisposed()
Implements io. |
public void | onComplete()
Implements io. |
public void | |
public void | |
public void | onSuccess(T
the item emitted by the value)Maybe Implements io. MaybeObserver with one item and that the Maybe has finished sending
push-based notifications.
|
public void |
downstream | back to summary |
---|---|
pack-priv final MaybeObserver<? super T> downstream |
ds | back to summary |
---|---|
pack-priv Disposable ds |
scheduler | back to summary |
---|---|
pack-priv final Scheduler scheduler |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
UnsubscribeOnMaybeObserver | back to summary |
---|---|
pack-priv UnsubscribeOnMaybeObserver(MaybeObserver<? super T> actual, Scheduler scheduler) |
dispose | back to summary |
---|---|
public void dispose() Implements io. Doc from io. Dispose the resource, the operation should be idempotent.
|
isDisposed | back to summary |
---|---|
public boolean isDisposed() Implements io. Doc from io. Returns true if this resource has been disposed.
|
onComplete | back to summary |
---|---|
public void onComplete() Implements io. Doc from io. Called once the deferred computation completes normally.
|
onError | back to summary |
---|---|
public void onError(Throwable e)
|
onSubscribe | back to summary |
---|---|
public void onSubscribe(Disposable d)
|
onSuccess | back to summary |
---|---|
public void onSuccess(T value) Implements io. Doc from io. Notifies the
The
|
run | back to summary |
---|---|
public void run() Implements java. Doc from java. Runs this operation.
|