| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default OrMatcher<T> |
IMatcher.or(IMatcher<T> rightOperand) |
static <U extends Key<U>> |
IMatcher.or(IMatcher<U> leftOperand,
IMatcher<U> rightOperand)
Create an OrMatcher that depends upon the result of at least one of the
given matchers.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.