rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework.util
/
nextValue
next
Value
suspend
fun
<
T
>
ISource
<
T
>
.
nextValue
(
lifetime
:
Lifetime
=
Lifetime.Eternal
,
condition
:
(
T
)
->
Boolean
=
{ true }
)
:
T
Deprecated
Api moved to rd-core
Replace with
import com.jetbrains.rd.util.threading.coroutines.nextValue
Content copied to clipboard
nextValue()
Content copied to clipboard