kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.repositories
/
IModelRemoteRepository
/
list
list
open
suspend
fun
list
(
context
:
IContext
?
=
null
)
:
List
<
Model
>
open
suspend
fun
list
(
pagination
:
Pagination
,
context
:
IContext
?
=
null
)
:
List
<
Model
>
open
suspend override
fun
list
(
parentId
:
RecursiveId
<
*
,
Unit
,
*
>
,
context
:
IContext
?
)
:
List
<
Model
>
open
suspend override
fun
list
(
pagination
:
Pagination
,
parentId
:
RecursiveId
<
*
,
Unit
,
*
>
,
context
:
IContext
?
)
:
List
<
Model
>