kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.commons.repositories
/
IDeleteChildModelWithContextSuspendUseCase
IDelete
Child
Model
With
Context
Suspend
Use
Case
interface
IDeleteChildModelWithContextSuspendUseCase
<
Model
:
IChildModel
<
Id
,
*
,
*
,
ParentId
>
,
Id
,
ParentId
>
:
ITripleSuspendUseCase
<
Id
,
ParentId
,
IContext
,
Boolean
>
Inheritors
DeleteChildModelWithContextFromRepositorySuspendUseCase
IDeleteModelWithContextSuspendUseCase
Members
Functions
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
input1
:
Id
,
input2
:
ParentId
,
input3
:
IContext
)
:
Boolean