Join Slack
Powered by
`if (member?.productOwnerships?.any { it.active } ...
# android
m
menegatti
02/14/2017, 10:37 AM
if (member?.productOwnerships?.any { it.active } ?: false)
Open in Slack
Previous
Next