``` private val ensureMyMethod: Unit by lazy {myMe...
# getting-started
e
Copy code
private val ensureMyMethod: Unit by lazy {myMethod()}

fun myMethod() {
    ...
}
Usage: just reference
ensureMyMethod