Join Slack
Powered by
What I was thinking about was e.g. the Apache Comm...
# opensource
g
gert.claeskens
11/07/2016, 3:00 PM
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()
Open in Slack
Previous
Next