MCPcopy
hub / github.com/google/guava / lenientFormat

Method lenientFormat

guava/src/com/google/common/base/Platform.java:82–85  ·  view source on GitHub ↗
(
      @Nullable String template, @Nullable Object @Nullable ... args)

Source from the content-addressed store, hash-verified

80 }
81
82 static String lenientFormat(
83 @Nullable String template, @Nullable Object @Nullable ... args) {
84 return Strings.lenientFormat(template, args);
85 }
86
87 static String stringValueOf(@Nullable Object o) {
88 return String.valueOf(o);

Callers 3

checkArgumentMethod · 0.95
checkStateMethod · 0.95
checkNotNullMethod · 0.95

Calls 1

lenientFormatMethod · 0.95

Tested by

no test coverage detected