mirai
2.13.4
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.
Composite
Map
Value
net.
mamoe.
mirai.
console.
data.
Primitive
Map
Value
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