but when using the function reference syntax, only...
# announcements
a
but when using the function reference syntax, only the former works:
Copy code
listOf( ... )
  .map(::validateEmail)