Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8692

Improve the PredicateBuilder with the missing vargs and list or helper method

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.15.1
    • 2.16.0
    • camel-core
    • None
    • 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".

      Attachments

        Activity

          People

            muellerc Christian Müller
            muellerc Christian Müller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: