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