kord
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
      Target filter
Search in API
Skip to content
    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<OptionalDouble>.delegate(): ReadWriteProperty<Any?, Double?>(source)
@JvmName(name = "provideNullableDelegate")
fun KMutableProperty0<OptionalDouble?>.delegate(): ReadWriteProperty<Any?, Double?>(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)
Generated by Dokka
© 2026 Copyright