i am sure this must have been asked before in different ways - as isEmptyOrNull is so common yet people implement it differently. but i have below curious query in terms of
springframework library Check whether the given String is empty.
f(StringUtils.isEmpty(str)) { //.... String is blank or null }