Join Slack
Powered by
`public inline fun CharSequence?.isNullOrBlank(): ...
# announcements
k
kevinmost
10/04/2017, 12:25 AM
public inline fun CharSequence?.isNullOrBlank(): Boolean = this == null || this.isBlank()
^ part of the Kotlin stdlib 😆
Open in Slack
Previous
Next