buildSingle

fun buildSingle(params: P, blocking: Boolean = false): Single<T>

Build a use case with the provided execution thread and post execution thread

Parameters

params
  • parameters required for this interactor

blocking
  • when set to true the single will be subscribed and observed on the current thread