public interface Filter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
includes(T element)
Checks if the given element is included in this filter.
|
boolean includes(T element)
element - the element to checktrue if the element is included;
false otherwise.Copyright © 2010 - 2023 Adobe. All Rights Reserved