toggle menu
maps-kt
0.3.1-dev
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
>
>
FeatureGroup
<
T
>
.
forEachWithType
(
crossinline
block
:
(
FeatureRef
<
T
,
F
>
)
->
Unit
)