hi there! I just found out that is not possible pa...
# announcements
a
hi there! I just found out that is not possible pass a function reference of a property to the map extension function:
Copy code
listOf( ... )
  .map { validateEmail(it) }