Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.observable
/
Observable
/
findAsync
find
Async
fun
findAsync
(
predicate
:
(
T
)
->
Boolean
,
options
:
SubscribeOptions
?
=
definedExternally
)
:
Promise
<
T
>
(
source
)