toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
test-utils-base
/
com.splendo.kaluga.test.base
/
awaitFirst
await
First
suspend
fun
<
T
>
Flow
<
T
>
.
awaitFirst
(
message
:
String
=
""
,
timeout
:
Duration
=
defaultTimeout
,
condition
:
suspend
(
T
)
->
Boolean
=
{ true }
)
:
T
Return
the first element matching
condition
within
timeout
.