You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we don't want to add a ton of "null-safe" methods to KiwiStrings (as this would explode the number of methods), I am making an exception in this case since a bunch of services call a similar method, which was previously exposed in the MongoQuery class (which going forward will be named KiwiSpringMongoQueries via #415). I am making this exception since this method is a generic utility and fits much better in KiwiStrings.
The text was updated successfully, but these errors were encountered:
While we don't want to add a ton of "null-safe" methods to
KiwiStrings
(as this would explode the number of methods), I am making an exception in this case since a bunch of services call a similar method, which was previously exposed in theMongoQuery
class (which going forward will be namedKiwiSpringMongoQueries
via #415). I am making this exception since this method is a generic utility and fits much better inKiwiStrings
.The text was updated successfully, but these errors were encountered: