kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.usecases
/
ITripleSuspendUseCase
ITriple
Suspend
Use
Case
interface
ITripleSuspendUseCase
<
Input1
,
Input2
,
Input3
,
Output
>
:
IGenericUseCase
Inheritors
ICreateChildModelWithContextSuspendUseCase
IDeleteChildModelWithContextSuspendUseCase
IGetChildModelWithContextSuspendUseCase
IListSliceChildModelWithContextSuspendUseCase
IUpdateChildModelSuspendUseCase
Members
Functions
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
input1
:
Input1
,
input2
:
Input2
,
input3
:
Input3
)
:
Output