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
Currently, Preconditions will accept full messages or suppliers for messages - however, his often requires wrapping MoreStrings.format() in a supplier call. It may be preferable to either provide a call that natively returns a supplier, or adjust the way the strings utility and Preconditions use each other to allow Preconditions to support native message formatting ( checkXXX(boolean, String template, Object...) )
The text was updated successfully, but these errors were encountered:
Currently, Preconditions will accept full messages or suppliers for messages - however, his often requires wrapping
MoreStrings.format()
in a supplier call. It may be preferable to either provide a call that natively returns a supplier, or adjust the way the strings utility and Preconditions use each other to allow Preconditions to support native message formatting (checkXXX(boolean, String template, Object...)
)The text was updated successfully, but these errors were encountered: