kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-common
/
dev.kord.common.entity.optional.delegate
/
delegate
delegate
fun
KMutableProperty0
<
OptionalBoolean
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
Boolean
?
>
(
source
)
@
JvmName
(
name
=
"provideNullableDelegate"
)
fun
<
T
>
KMutableProperty0
<
OptionalBoolean
?
>
.
delegate
(
)
:
ReadWriteProperty
<
T
,
Boolean
?
>
(
source
)
fun
<
V
:
Any
>
KMutableProperty0
<
Optional
<
V
>
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
V
?
>
(
source
)
@
JvmName
(
name
=
"provideNullableDelegate"
)
fun
<
V
:
Any
>
KMutableProperty0
<
Optional
<
V
?
>
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
V
?
>
(
source
)
fun
KMutableProperty0
<
OptionalInt
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
Int
?
>
(
source
)
@
JvmName
(
name
=
"provideNullableDelegate"
)
fun
KMutableProperty0
<
OptionalInt
?
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
Int
?
>
(
source
)
fun
KMutableProperty0
<
OptionalLong
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
Long
?
>
(
source
)
@
JvmName
(
name
=
"provideNullableDelegate"
)
fun
KMutableProperty0
<
OptionalLong
?
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
Long
?
>
(
source
)
fun
KMutableProperty0
<
OptionalSnowflake
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
Snowflake
?
>
(
source
)
@
JvmName
(
name
=
"delegateOptional"
)
fun
KMutableProperty0
<
OptionalSnowflake
?
>
.
delegate
(
)
:
ReadWriteProperty
<
Any
?
,
Snowflake
?
>
(
source
)