| Package | Description |
|---|---|
| org.noear.solon.rx | |
| org.noear.solon.rx.impl |
| Modifier and Type | Method and Description |
|---|---|
static Completable |
Completable.complete()
完成
|
static Completable |
Completable.create(Consumer<CompletableEmitter> emitterConsumer)
创建
|
Completable |
Completable.doOnComplete(Runnable doOnComplete)
完成时
|
Completable |
Completable.doOnError(Consumer<Throwable> doOnError)
出错时
|
static Completable |
Completable.error(Throwable cause)
出错的完成
|
default Completable |
Completable.then(Completable other)
然后
|
Completable |
Completable.then(Supplier<Completable> otherSupplier)
然后
|
| Modifier and Type | Method and Description |
|---|---|
default Completable |
Completable.then(Completable other)
然后
|
| Modifier and Type | Method and Description |
|---|---|
Completable |
Completable.then(Supplier<Completable> otherSupplier)
然后
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompletableImpl
可完成发布者实现
|
| Modifier and Type | Method and Description |
|---|---|
Completable |
CompletableImpl.doOnComplete(Runnable doOnComplete) |
Completable |
CompletableImpl.doOnError(Consumer<Throwable> doOnError) |
Completable |
CompletableImpl.then(Supplier<Completable> otherSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Completable |
CompletableImpl.then(Supplier<Completable> otherSupplier) |
Copyright © 2025. All rights reserved.