public interface ObservableAsync
| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<Void> |
empty() |
|
rx.Observable<Void> |
emptyHello(String name) |
|
rx.Observable<Void> |
exception() |
|
rx.Observable<String> |
hello(String name) |
|
rx.Observable<String> |
hello(String name1,
String name2) |
|
rx.Observable<Boolean> |
methodWithoutSyncImpl() |
|
rx.Observable<Boolean> |
timeout() |
rx.Observable<Void> empty()
rx.Observable<Void> exception()
rx.Observable<Boolean> methodWithoutSyncImpl()
@Timeout(value=1L,
unit=MILLISECONDS)
rx.Observable<Boolean> timeout()
Copyright © 2015–2018. All rights reserved.