如果集合不为空,isNotEmpty 方法返回 true ,否则返回 false :
isNotEmpty
true
false
collect([])->isNotEmpty(); // falseCopy
collect([])->isNotEmpty(); // false
关闭