rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util.lifetime
/
SequentialLifetimes
Sequential
Lifetimes
open
class
SequentialLifetimes
(
parentLifetime
:
Lifetime
)
Members
Constructors
Sequential
Lifetimes
Link copied to clipboard
constructor
(
parentLifetime
:
Lifetime
)
Properties
is
Terminated
Link copied to clipboard
val
isTerminated
:
Boolean
Functions
define
Next
Link copied to clipboard
open
fun
defineNext
(
fNext
:
(
LifetimeDefinition
,
Lifetime
)
->
Unit
)
next
Link copied to clipboard
open
fun
next
(
)
:
LifetimeDefinition
terminate
Current
Link copied to clipboard
open
fun
terminateCurrent
(
)