Support Provider interface in StringUtils
- Anything
Provider<T>
should be extracted as via.get()
. - Null values will cause exceptions to be thrown.
- The extracted
T
will be evaluated again via a call toStringUtils
.
Provider<T>
should be extracted as via .get()
.T
will be evaluated again via a call to StringUtils
.