Uses of Class
org.quartz.impl.matchers.OrMatcher

Packages that use OrMatcher
org.quartz.impl.matchers   
 

Uses of OrMatcher in org.quartz.impl.matchers
 

Methods in org.quartz.impl.matchers that return OrMatcher
static
<U extends Key<?>>
OrMatcher<U>
OrMatcher.or(Matcher<U> leftOperand, Matcher<U> rightOperand)
          Create an OrMatcher that depends upon the result of at least one of the given matchers.
 



Copyright 2001-2013, Terracotta, Inc.