storage-api
1.0.3-rc
androidJvm
storage-api
/
com.omh.android.storage.api.domain.usecase
/
OmhSuspendUseCase
Omh
Suspend
Use
Case
abstract
class
OmhSuspendUseCase
<
in
P
,
R
>
(
coroutineDispatcher
:
CoroutineDispatcher
)
Members
Constructors
Omh
Suspend
Use
Case
Link copied to clipboard
constructor
(
coroutineDispatcher
:
CoroutineDispatcher
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
suspend operator
fun
invoke
(
parameters
:
P
)
:
OmhResult
<
R
>