toggle menu
maps-kt
0.4.0-dev-3
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
forEachWithType
for
Each
With
Type
inline
fun
<
T
:
Any
,
F
:
Feature
<
T
>
>
FeatureSet
<
T
>
.
forEachWithType
(
crossinline
block
:
FeatureSet
<
T
>
.
(
ref
:
FeatureRef
<
T
,
F
>
,
feature
:
F
)
->
Unit
)