Added
- Added
EasyBind.mapBacked(ObservableList<A> source, Function<A, B> mapper, boolean mapOnUpdate)
method to control whether new objects are created on updates. #5
Changed
- Fixed an issue in
EasyBind#mapBacked
where updates to the sourceObservableList
elements were not reflected in theSortedList
. #5
Fixed
- Changed maven coordinates to
org.jabref
inREADME.md