public interface NotEmptyCheckMate
| Modifier and Type | Method and Description |
|---|---|
<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) |
Copyright © 2018. All rights reserved.