Description
I'm trying to do a $set from java, I'd expect to be able to write something like:
var iterable = collection.aggregate(Arrays.asList(
|
Aggregates.set(fields(computed("foo", "bar))) |
));
|
Am I missing something? Could this be added?
Thanks!