astelmakh
Results
2
comments of
astelmakh
@jatago what to do with a hard dependency UserLogin in Presentation layer in this case ?
Try this. ``` public abstract class UseCase { private P requestValues; protected ThreadExecutor threadExecutor; protected PostExecutionThread postExecutionThread; private Subscription subscription = Subscriptions.empty(); public UseCase(ThreadExecutor threadExecutor, PostExecutionThread postExecutionThread) { this.threadExecutor =...