mirai
2.10.0
mirai-console
/
net.mamoe.mirai.console.data
/
MapValue
Map
Value
@
ConsoleExperimentalApi
interface
MapValue
<
K
,
V
>
:
CompositeValue
<
Map
<
K
,
V
>
>
Content copied to clipboard
Functions
Properties
See also
Inheritors
See also
net.mamoe.mirai.console.data.CompositeMapValue
net.mamoe.mirai.console.data.PrimitiveMapValue
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Map
<
K
,
V
>
Content copied to clipboard
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Map
<
K
,
V
>
)
Content copied to clipboard
Properties
value
Link copied to clipboard
@get:
JvmName
(
name
=
"get"
)
@set:
JvmName
(
name
=
"set"
)
abstract
var
value
:
Map
<
K
,
V
>
Content copied to clipboard
Inheritors
CompositeMapValue
Link copied to clipboard
PrimitiveMapValue
Link copied to clipboard