Package | Description |
---|---|
javafx.collections |
Contains the essential JavaFX collections and collection utilities
|
Modifier and Type | Method and Description |
---|---|
default FilteredList<E> |
ObservableList.filtered(java.util.function.Predicate<E> predicate)
Creates a
FilteredList wrapper of this list using
the specified predicate. |