T
- The type of message this Observer cachespublic class CacheLastObserver<T> extends Object implements rx.Observer<T>
Constructor and Description |
---|
CacheLastObserver() |
Modifier and Type | Method and Description |
---|---|
Optional<Throwable> |
getError()
Returns the last error received by this Observable, if any.
|
Optional<T> |
getLastMessageReceived()
The last message received by this Observable, if any.
|
void |
onCompleted() |
void |
onError(Throwable e) |
void |
onNext(T message) |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.