public class PeriodRule<T extends Component>
extends java.lang.Object
implements org.apache.commons.collections4.Predicate<T>
| Constructor and Description |
|---|
PeriodRule(Period period)
Constructs a new instance using the specified period.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Component component) |
public PeriodRule(Period period)
period - a period instance to match on