MCPcopy Create free account
hub / github.com/SeanDragon/protools / notBlank

Method notBlank

common/src/main/java/pro/tools/data/text/ToolStr.java:76–78  ·  view source on GitHub ↗

判断字符串不为空返回true @param str @return

(String str)

Source from the content-addressed store, hash-verified

74 * @return
75 */
76 public static boolean notBlank(String str) {
77 return !isBlank(str);
78 }
79
80 /**
81 * 判断多个字符串不为空字符串返回true

Callers

nothing calls this directly

Calls 1

isBlankMethod · 0.95

Tested by

no test coverage detected