toggle menu
maps-kt
0.4.0-dev-3
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
forEachWithAttributeUntil
for
Each
With
Attribute
Until
inline
fun
<
T
:
Any
,
A
>
FeatureSet
<
T
>
.
forEachWithAttributeUntil
(
key
:
Attribute
<
A
>
,
block
:
FeatureSet
<
T
>
.
(
ref
:
FeatureRef
<
T
,
*
>
,
feature
:
Feature
<
T
>
,
attribute
:
A
)
->
Boolean
)