Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.list
/
DoubleList
/
filter
filter
inline
fun
filter
(
predicate
:
(
Double
)
->
Boolean
)
:
DoubleList
(
source
)
Returns a list containing only elements matching the given
predicate
.