/** {@inheritDoc} */
 @Override
 public S isNotEmpty() {
   arrays.assertNotEmpty(info, actual);
   return myself;
 }
Exemplo n.º 2
0
 /** {@inheritDoc} */
 public LongArrayAssert isNotEmpty() {
   arrays.assertNotEmpty(info, actual);
   return this;
 }