Octavius Database
Toggle table of contents
5.1.1
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Database
api
/
org.octavius.data.builder
/
AsyncTerminalMethods
/
toListOf
to
List
Of
desktop
abstract
fun
<
T
>
toListOf
(
kType
:
KType
,
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
onResult
:
(
DataResult
<
List
<
T
>
>
)
->
Unit
)
:
Job
Asynchronously maps results to a list of objects and passes them to the onResult callback.