Patryk Serek
Results
1
comments of
Patryk Serek
@miroslavign I refactored the `UseCase` class like this: abstract class UseCase where Type : Any { abstract suspend fun run(params: Params): Result operator fun invoke(params: Params, job: Job, onResult: (Result)...