T
- the type of Factory handled by this FactoryFilterpublic interface FactoryFilter<T extends Factory>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T object)
Tests if a specified object should be included in a list.
|
boolean accept(T object)
object
- the Object to test