Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.15.1
-
Fix Version/s: 2.16.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
org.apache.camel.builder.PredicateBuilder lacks the following two methods:
public static Predicate or(List<Predicate> predicates);
public static Predicate or(Predicate... predicates)
We have it for "and", but not for "or".