You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I see that the BatchPoints.Builder class has a method (with parameter Point ...) to add multiple points to the BatchPoints. It is converting the variable argument parameter into a list so that all the points can be added.
I request for a new method that directly accepts a Collection as parameter which would avoid a conversion to array and back in a scenario of having a proper Collection object.
The text was updated successfully, but these errors were encountered:
Currently I see that the BatchPoints.Builder class has a method (with parameter Point ...) to add multiple points to the BatchPoints. It is converting the variable argument parameter into a list so that all the points can be added.
I request for a new method that directly accepts a Collection as parameter which would avoid a conversion to array and back in a scenario of having a proper Collection object.
The text was updated successfully, but these errors were encountered: