-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
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.