W3cubDocs

/Kotlin

isInitialized

inline val KProperty0<*>.isInitialized: Boolean

Platform and version requirements: Kotlin 1.2

Returns true if this lateinit property has been assigned a value, and false otherwise.

Cannot be used in an inline function, to avoid binary compatibility issues.

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/is-initialized.html