mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.data
/
PrimitiveSetValue
Primitive
Set
Value
@
ConsoleExperimentalApi
interface
PrimitiveSetValue
<
E
>
:
SetValue
<
E
>
Content copied to clipboard
基础数据类型
Set
Functions
Properties
Parameters
Inheritors
Parameters
E
是基础数据类型
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Set
<
E
>
Content copied to clipboard
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Set
<
E
>
)
Content copied to clipboard
Properties
value
Link copied to clipboard
@get:
JvmName
(
name
=
"get"
)
@set:
JvmName
(
name
=
"set"
)
abstract
var
value
:
Set
<
E
>
Content copied to clipboard
Inheritors
PrimitiveIntSetValue
Link copied to clipboard
PrimitiveLongSetValue
Link copied to clipboard