toggle menu
support-arch
androidJvm
switch theme
search in API
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