-
public abstract class FlowUseCase<ARGS extends Object, T extends Object>Base Flow use case meant to use in CoroutineScopeOwner implementations
-
-
Field Summary
Fields Modifier and Type Field Description private Jobjob
-
Constructor Summary
Constructors Constructor Description FlowUseCase()
-
Method Summary
-
-
Method Detail
-
getJob
final Job getJob()
Job used to hold and cancel existing run of this use case
-
-
-
-