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
/
convertFrom
convert
From
abstract
fun
convertFrom
(
item
:
M
)
:
E
Convert from a single type
M
to
E
open
fun
convertFrom
(
items
:
Collection
<
M
>
)
:
List
<
E
>
Convert from
Collection
types of
M
to
E