``` private var onStartFunc: (() -> Unit)? = nu...
# announcements
d
Copy code
private var onStartFunc: (() -> Unit)? = null

// class body

inline fun <reified T> forView(view: OperationView): {
        with() {
 onStartFunc?.let { it() }
}