epoxy-processor
/
com.airbnb.epoxy.processor
/
Asyncable
/
map
map
open suspend fun <
T
,
R
:
Any
>
Iterable
<
T
>.
map
(tag:
String
, parallel:
Boolean
= true, transform: suspend (
T
) ->
R
?):
List
<
R
>
Content copied to clipboard
open suspend fun <
K
,
V
,
R
:
Any
>
Map
<
K
,
V
>.
map
(tag:
String
, parallel:
Boolean
= true, transform: suspend (
K
,
V
) ->
R
?):
List
<
R
>
Content copied to clipboard