Hi Cube,
It is because when we parse the input signature of attribute/parameter, we expect it to be in the form of:
name: type
So the correct operation signature would be:
+create(entities: Iterable<E>): ResultCollection<E>
Best Regards,
Antony.