Uses of Interface
org.apache.camel.BinaryPredicate

Packages that use BinaryPredicate
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
 

Uses of BinaryPredicate in org.apache.camel.builder
 

Classes in org.apache.camel.builder that implement BinaryPredicate
 class BinaryPredicateSupport
          A useful base class for Predicate implementations
 

Uses of BinaryPredicate in org.apache.camel.component.mock
 

Classes in org.apache.camel.component.mock that implement BinaryPredicate
 class TimeClause
          Represents time based clauses for setting expectations on the mocks.
 



Apache CAMEL