kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.commons.repositories
/
IListModelWithContextSuspendUseCase
IList
Model
With
Context
Suspend
Use
Case
interface
IListModelWithContextSuspendUseCase
<
Model
:
IModel
<
*
,
*
,
*
>
>
:
IListChildModelWithContextSuspendUseCase
<
Model
,
Unit
>
Inheritors
ListModelWithContextFromRepositorySuspendUseCase
Members
Functions
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
input
:
IContext
)
:
List
<
Model
>
open
suspend operator override
fun
invoke
(
input1
:
Unit
,
input2
:
IContext
)
:
List
<
Model
>