-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: javafx
ObservableList already has filtered() and sorted() methods added as defender methods.
I suggest that a method mapped(Function<E, F>) is also added, that returns an ObservableList of elements transformed by the given function.
I suggest that a method mapped(Function<E, F>) is also added, that returns an ObservableList of elements transformed by the given function.