public class CompletableUseCaseConfig
Holds references to lambdas and some basic configuration
used to process results of Completabler use case.
Use class CompletableUseCaseConfig.Builder to construct this object.
class CompletableUseCaseConfig.Builder| Modifier and Type | Class and Description |
|---|---|
static class |
CompletableUseCaseConfig.Builder
Constructs references to lambdas and some basic configuration
used to process results of Completabler use case.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisposePrevious() |
kotlin.jvm.functions.Function0<kotlin.Unit> |
getOnComplete() |
kotlin.jvm.functions.Function1<java.lang.Throwable,kotlin.Unit> |
getOnError() |
kotlin.jvm.functions.Function0<kotlin.Unit> |
getOnStart() |
@NotNull public kotlin.jvm.functions.Function0<kotlin.Unit> getOnStart()
@NotNull public kotlin.jvm.functions.Function0<kotlin.Unit> getOnComplete()
@NotNull public kotlin.jvm.functions.Function1<java.lang.Throwable,kotlin.Unit> getOnError()
public boolean getDisposePrevious()