-
public final class FlowableUseCaseConfig<T extends Object>Holds references to lambdas and some basic configuration used to process results of Flowabler use case. Use FlowableUseCaseConfig.Builder to construct this object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFlowableUseCaseConfig.Builder
-
Method Summary
Modifier and Type Method Description final Function0<Unit>getOnStart()final Function1<T, Unit>getOnNext()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()
-
-
-
-