Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

isEmpty.md 246B

isEmpty()

The isEmpty method returns true if the collection is empty; otherwise, false is returned:

collect([]).isEmpty();

//  true

View source on GitHub