What I was thinking about was e.g. the Apache Comm...
# opensource
g
What I was thinking about was e.g. the Apache Commoms Lang 3 StringUtil could be rewritten to extension methods on the String class, so instead of
StringUtil.isBlank("somestring")
, you could use
"someString".isBlank()