Or if you want to hold a reference then: ``` v...
# announcements
m
Or if you want to hold a reference then:
Copy code
val l: ((String) -> Unit)? = { stringEvent-> stringEvent.length }