Join Slack
Powered by
``` fun String.toNotEmptyOrNull() = if (this.isEmp...
# getting-started
b
benleggiero
03/20/2017, 11:43 PM
Copy code
fun String.toNotEmptyOrNull() = if (this.isEmpty()) null else this
Open in Slack
Previous
Next