rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util
/
TlsBoxed
Tls
Boxed
class
TlsBoxed
<
T
>
(
initialValue
:
T
)
Content copied to clipboard
Constructors
Properties
Extensions
Constructors
Tls
Boxed
Link copied to clipboard
fun
<
T
>
TlsBoxed
(
initialValue
:
T
)
Content copied to clipboard
Properties
value
Link copied to clipboard
var
value
:
T
Content copied to clipboard
Extensions
forbid
Reentrancy
Link copied to clipboard
inline
fun
<
T
>
TlsBoxed
<
Boolean
>
.
forbidReentrancy
(
action
:
(
)
->
T
)
:
T
Content copied to clipboard