public interface NotEmptyCheckMate
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.CharSequence> |
notBlank(T chars) |
<T extends java.lang.CharSequence> |
notEmpty(T chars) |
<T extends java.util.Collection<?>> |
notEmpty(T collection) |
<T extends java.util.Map<?,?>> |
notEmpty(T map) |
<T> CheckMate |
notEmpty(T[] array) |
<T extends java.util.Collection<?>> CheckMate notEmpty(T collection)
<T extends java.lang.CharSequence> CheckMate notEmpty(T chars)
<T extends java.lang.CharSequence> CheckMate notBlank(T chars)
<T> CheckMate notEmpty(T[] array)
<T extends java.util.Map<?,?>> CheckMate notEmpty(T map)
Copyright © 2018. All rights reserved.