**[Ziemowit](https://jira.spring.io/secure/ViewProfile.jspa?name=ziemowit)** opened **[DATAMONGO-2428](https://jira.spring.io/browse/DATAMONGO-2428?redirect=false)** and commented **Current state:** For now **Criteria** class allows to build or/and/nor operators in style: ```java operator(Criteria... c) ``` **Requested change:** **Criteria** class should allow to build or/and/nor operators also in style (similar as it is possible for **in/nin** operators): ```java operator(Collection<Criteria> c) ``` --- **Reference URL:** https://github.com/spring-projects/spring-data-mongodb/pull/811