public final class CloseableFlowableWithReset<T> extends Object
| Constructor and Description |
|---|
CloseableFlowableWithReset(io.reactivex.Flowable<T> flowable,
Runnable closeAction,
Runnable resetAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.reactivex.Flowable<T> |
flowable() |
void |
reset() |
Copyright © 2013–2020. All rights reserved.