toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.weak
/
WeakRef
Weak
Ref
interface
WeakRef
<
T
:
Any
>
(
source
)
A weak reference definition.
Author
ForteScarlet
Inheritors
NonWeakRefImpl
Members
Members & Extensions
Properties
value
Link copied to clipboard
abstract
val
value
:
T
?
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
Inherited functions
get
Value
Link copied to clipboard
operator
fun
<
T
:
Any
>
WeakRef
<
T
>
.
getValue
(
o
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
?
Delegate
WeakRef.value
to a property.