kbox-android / ch.tutteli.kbox / kotlin.CharSequence

Extensions for kotlin.CharSequence

isNotNullAndNotBlank

fun CharSequence?.isNotNullAndNotBlank(): Boolean

Returns true if this CharSequence is neither null nor blank.

isNotNullAndNotEmpty

fun CharSequence?.isNotNullAndNotEmpty(): Boolean

Returns true if this CharSequence is neither null nor empty.