support-arch
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
support-arch
data
/
co.anitrend.arch.data.converter.contract
/
ISupportConverter
/
convertTo
convert
To
abstract
fun
convertTo
(
item
:
E
)
:
M
Convert from a single type
E
to
M
open
fun
convertTo
(
items
:
Collection
<
E
>
)
:
List
<
M
>
Convert to
Collection
types of
E
to
M