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