We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
require(variable).isList();
or
ensure(variable).isList();
nullValue();
notNull();
empty();
notEmpty();
size(int length);
maxSize(int maxLength);
minSize(int minLength);
contains(Object o);