@FunctionalInterface
public interface IFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
select(java.lang.Object toTest)
Determines if the given object passes this filter.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.