toggle menu
ZappBase
androidJvm
switch theme
search in API
Chat
/
com.zappstudio.zappchat.data.mapper
/
ChatIMapper
Chat
IMapper
interface
ChatIMapper
<
Entity
,
Model
>
Inheritors
ChatIReactiveMapper
Members
Functions
map
To
Entity
Link copied to clipboard
abstract
fun
mapToEntity
(
model
:
Model
)
:
Entity
map
To
Entity
List
Link copied to clipboard
open
fun
mapToEntityList
(
entities
:
MutableList
<
Model
>
)
:
MutableList
<
Entity
>
map
To
Model
Link copied to clipboard
abstract
fun
mapToModel
(
entity
:
Entity
)
:
Model
map
To
Model
List
Link copied to clipboard
open
fun
mapToModelList
(
entities
:
MutableList
<
Entity
>
)
:
MutableList
<
Model
>