Vivek Modi
02/14/2022, 10:17 PMVivek Modi
02/14/2022, 10:18 PMLandon Patmore
02/15/2022, 3:35 AMproductVariants
is an array, you should use .filter{data -> quantity.value > value you want it to be greater than}
on your list of data objects.
From here you can infer what to do with the other data in your objects.Vivek Modi
02/15/2022, 10:51 AMthis value you want it to be greater than
what can I used in here. How can I group then as well?Daniel B Duval
02/15/2022, 1:05 PMLandon Patmore
02/17/2022, 8:43 PM25
for example and you'll get every value that is greater then 25, exclusive not inclusive