Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
JsIterator
/
filter
filter
fun
filter
(
predicate
:
(
T
)
->
Boolean
)
:
JsIterator
<
T
>
(
source
)