public interface IFilter
Modifier and Type | Method and Description |
---|---|
boolean |
select(Object toTest)
Determines if the given object passes this filter.
|
boolean select(Object toTest)
toTest
- object to compare against the filtertrue
if the object is accepted by the filter.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.