public interface Filter<T>
| Modifier and Type | Field | Description |
|---|---|---|
static Filter<?> |
FALSE_FILTER |
|
static Filter<?> |
TRUE_FILTER |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
accept(T value) |
static final Filter<?> TRUE_FILTER
static final Filter<?> FALSE_FILTER
boolean accept(T value) throws SystemException
SystemExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.