Am currently doing a map like `products?.map { it....
# announcements
g
Am currently doing a map like
products?.map { it.name }
, would I be able to add a predicate before the actual assigment?