Interface Query.Builder
- All Superinterfaces:
- AbstractBuilder<Query>,- Builder<Query,,- Query.Builder> - ResettableBuilder<Query,- Query.Builder> 
- Enclosing interface:
- Query
- 
Method SummaryModifier and TypeMethodDescriptionBuilds a new query which combines the queries in given order.build()Builds the composite query.Builds a new query matching any of the queries.
- 
Method Details- 
orBuilds a new query matching any of the queries.- Parameters:
- queries- The queries to match
- Returns:
- This builder
 
- 
andBuilds a new query which combines the queries in given order.The resulting inventory may contain slots multiple times. - Parameters:
- queries- The queries to combine
- Returns:
- This builder
 
- 
buildQuery build()Builds the composite query.- Specified by:
- buildin interface- AbstractBuilder<Query>
- Returns:
- The new composity query.
 
 
-