public interface ElementSubstituteFilter
This is used in particular when selecting random samples from the store.
Modifier and Type | Method and Description |
---|---|
boolean |
allows(Object object)
Returns
true if this object passes the filter. |
boolean allows(Object object)
true
if this object passes the filter.object
- object to testtrue
if passedCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.