cqengine icon indicating copy to clipboard operation
cqengine copied to clipboard

Consider exposing utility static method taking collections

Open victornoel opened this issue 3 years ago • 0 comments

Hi,

Most of the static methods in all of the classes (e.g., CompoundIndex, QueryFactory, etc) takes varargs parameters but sometimes, you are manipulating lists and just want to pass it to those methods without having to transform the list into an array (which will then be converted back to a list after in cqengine code anyway).

victornoel avatar May 11 '22 10:05 victornoel