toggle menu
exkt
1.4.3
common
switch theme
search in API
exkt-dto
/
dev.d1s.exkt.dto
/
convertToDtoList
convert
To
Dto
List
suspend
fun
<
TEntity
:
Any
,
TDto
:
Any
>
DtoConverter
<
TEntity
,
TDto
>
.
convertToDtoList
(
entities
:
List
<
TEntity
>
)
:
List
<
TDto
>
Converts given
entities
to
DTO list
.