mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.data
/
SetValue
Set
Value
@
ConsoleExperimentalApi
interface
SetValue
<
E
>
:
CompositeValue
<
Set
<
E
>
>
Content copied to clipboard
Functions
Properties
See also
Inheritors
See also
net.
mamoe.
mirai.
console.
data.
Composite
Set
Value
net.
mamoe.
mirai.
console.
data.
Primitive
Set
Value
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
CompositeSetValue
Link copied to clipboard
PrimitiveSetValue
Link copied to clipboard