- If - org.huiche.core.consts中的接口
-
是否,用于所有判断是否的情况
- IfEnum - org.huiche.core.enums中的枚举
-
int是否的枚举,可用于需要传递是否参数的方法,防止出现其他值
- ifNotNull(BaseError, Supplier<Boolean>, Object...) - 类 中的静态方法org.huiche.core.util.Assert
-
如果不是空,则只需后续OK判断,如果OK判断false抛出
- ifNotNull(String, Supplier<Boolean>, Object...) - 类 中的静态方法org.huiche.core.util.Assert
-
如果不是空,则只需后续OK判断,如果OK判断false抛出
- ifTest(BaseError, boolean, Supplier<Boolean>) - 类 中的静态方法org.huiche.core.util.Assert
-
先执行testOk判断,如果为true,则只需ifOk判断,如果false抛出
- ifTest(String, boolean, Supplier<Boolean>) - 类 中的静态方法org.huiche.core.util.Assert
-
先执行testOk判断,如果为true,则只需ifOk判断,如果false抛出
- in(BaseError, T, T...) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在数组中
- in(String, T, T...) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在数组中
- in(T, T...) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
对象是否在对象数组中
- inConst(BaseError, Object, Class<?>) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在常量类中
- inConst(String, Object, Class<?>) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在常量类中
- inConstant(Class<T>, Object) - 类 中的静态方法org.huiche.core.util.CheckUtil
-
值是否是常量的值之一
- inEnum(BaseError, String, Class<T>) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在枚举中
- inEnum(String, String, Class<T>) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在枚举中
- inValEnum(BaseError, Integer, Class<T>) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在枚举中
- inValEnum(String, Integer, Class<T>) - 类 中的静态方法org.huiche.core.util.Assert
-
是否在枚举中
- isChinaName(String) - 类 中的静态方法org.huiche.core.util.CheckUtil
-
是否是中文
- isEmpty(Object) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否是空对象/字符串/集合/数组等等
- isEmpty(CharSequence) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否是空字符
- isEmpty(Collection) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否是空集合
- isEmpty(Map) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否是空map
- isEmpty(Object...) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
判断是否全是空,只要一个非空返回false
- isEmpty(String) - 类 中的静态方法org.huiche.core.util.StringUtil
-
是否null或空字符串
- isIdNumber(String) - 类 中的静态方法org.huiche.core.util.CheckUtil
-
是否是身份证号码
- isListOrArray(Object) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否是空集合或数组
- isNotEmpty(Object) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否不是空对象
- isNotEmpty(CharSequence) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否不是空字符
- isNotEmpty(Collection) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否不是空集合
- isNotEmpty(Map) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否不是空map
- isNotEmpty(Object...) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
判断是否全是非空,只要又一个空,返回false
- isNotEmpty(String) - 类 中的静态方法org.huiche.core.util.StringUtil
-
是否不是null或空字符串
- isNotListAndArray(Object) - 类 中的静态方法org.huiche.core.util.HuiCheUtil
-
是否不是空集合/数组
- isNull(BaseError, Object) - 类 中的静态方法org.huiche.core.util.Assert
-
判断是否是null或空,如果不是抛出
- isNull(String, Object) - 类 中的静态方法org.huiche.core.util.Assert
-
判断是否是null或空,如果不是抛出
- isNull(BaseError, Object...) - 类 中的静态方法org.huiche.core.util.Assert
-
判断是否是null或空,如果不是抛出
- isNull(String, Object...) - 类 中的静态方法org.huiche.core.util.Assert
-
判断是否是null或空,如果不是抛出
- isPhoneNumber(String) - 类 中的静态方法org.huiche.core.util.CheckUtil
-
验证字符串是否是手机号码