Closed
Description
Many request predicates provided in RequestPredicates
are capable of dealing with multiple values. Having the capability of dealing with multiple values introduces computational overhead, which seems unfortunate because in practice these predicates are typically used with a single value.
We should introduce single-value variants of the predicates in RequestPredicates
.