Is there any reason why only the non-null `CharSeq...
# announcements
r
Is there any reason why only the non-null
CharSequence
has negative extension methods like
isNotEmpty()
and
isNotBlank()
? You usually care the text is not null AND is not empty/blank.