spring-framework / org.springframework.web.servlet.mvc.condition / CompositeRequestCondition / <init>

<init>

CompositeRequestCondition(vararg requestConditions: RequestCondition<*>)

Create an instance with 0 or more RequestCondition types. It is important to create CompositeRequestCondition instances with the same number of conditions so they may be compared and combined. It is acceptable to provide null conditions.