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