Blazebit / blaze-expression

Apache License 2.0
5 stars 6 forks source link

Introduce special collection instance functions #29

Open beikov opened 3 years ago

beikov commented 3 years ago

When https://github.com/Blazebit/blaze-expression/issues/28 is done, we can introduce some special collection instance functions like the following:

Note though, that it would be nice if we could add the functions to specific collection types only i.e. use a receiver type of Collection[UserType] so that the function is only available for types that really support this. This kind of also depends on https://github.com/Blazebit/blaze-expression/issues/30