@FunctionalInterface interface IntFilterElement
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(int intValue)
Determines whether or not a filtered Integer is accepted.
|
boolean accept(int intValue)
intValue - the Integer to filter.Copyright © 2001-2022. All Rights Reserved.