UseCase
.DataMapper
transforms entities from the format most convenient for the use cases, to the
format most convenient for the presentation layer.UseCase
.Presenter
with RxJava functionality.UseCase
of the system orchestrate the flow of data to and from the entities.UseCase
.