DigitMagazine

Check if the list is empty in Groovy

Jun 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. //Check if the list is empty
  2. println("MixedBag is empty => " + mixedBag.isEmpty())
Add Comment
Please, Sign In to add comment