public final class FilterComposite extends java.lang.Object implements Predicate<MemoryAccessStructure>
FilterComposite
composes template-level filters.Constructor and Description |
---|
FilterComposite(java.util.Collection<Predicate<MemoryAccessStructure>> filters)
Constructs a template-level filter from the collection of template-level filters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
test(MemoryAccessStructure structure) |
public FilterComposite(java.util.Collection<Predicate<MemoryAccessStructure>> filters)
filters
- the collection of template-level filters to be composed.java.lang.IllegalArgumentException
- if filters
is null
.public boolean test(MemoryAccessStructure structure)
test
in interface Predicate<MemoryAccessStructure>