You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2015/04/23 21:23:38 UTC

[jira] [Created] (CAMEL-8692) Improve the PredicateBuilder with the missing vargs and list or helper method

Christian Müller created CAMEL-8692:
---------------------------------------

             Summary: Improve the PredicateBuilder with the missing vargs and list or helper method
                 Key: CAMEL-8692
                 URL: https://issues.apache.org/jira/browse/CAMEL-8692
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.15.1
            Reporter: Christian Müller
            Assignee: Christian Müller
             Fix For: 2.16.0


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".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)