-
public final class CompletableUseCaseConfigHolds references to lambdas and some basic configuration used to process results of Completabler use case. Use CompletableUseCaseConfig.Builder to construct this object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCompletableUseCaseConfig.BuilderConstructs references to lambdas and some basic configuration used to process results of Completabler use case.
-
Field Summary
Fields Modifier and Type Field Description private final Function0<Unit>onStartprivate final Function0<Unit>onCompleteprivate final Function1<Throwable, Unit>onErrorprivate final BooleandisposePrevious
-
Method Summary
Modifier and Type Method Description final Function0<Unit>getOnStart()final Function0<Unit>getOnComplete()final Function1<Throwable, Unit>getOnError()final BooleangetDisposePrevious()-
-
Method Detail
-
getOnStart
final Function0<Unit> getOnStart()
-
getOnComplete
final Function0<Unit> getOnComplete()
-
getOnError
final Function1<Throwable, Unit> getOnError()
-
getDisposePrevious
final Boolean getDisposePrevious()
-
-
-
-