- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for str (0.03 sec)
-
guava-gwt/src-super/com/google/common/base/super/com/google/common/base/Platform.native.js
* @return {boolean} Whether the given string is null or is the empty string. * @public */ Platform.stringIsNullOrEmpty = function(str) { return !str; }; /** * @param {?string} str * @return {string} Original str, if it is non-null. Otherwise empty string. */ Platform.nullToEmpty = function(str) { return str || ""; }; /** * @param {?string} str
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Mar 25 14:03:03 UTC 2020 - 527 bytes - Viewed (0)