Join Slack
Powered by
```if (!batches.containsKey(key)) { batches[key]...
# getting-started
j
johnfn
01/11/2020, 11:50 PM
Copy code
if (!batches.containsKey(key)) { batches[key] = emptyValue; } batches[key].add(entity);
johnfn
01/11/2020, 11:52 PM
oh i see
johnfn
01/11/2020, 11:52 PM
thanks
6
Views
Open in Slack
Previous
Next