Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concat lists #6

Merged
merged 8 commits into from
May 5, 2020
Merged

Concat lists #6

merged 8 commits into from
May 5, 2020

Conversation

tobiasdiez
Copy link
Owner

Original PR TomasMikula#10

maul.esel and others added 8 commits April 6, 2016 02:23
Creates a new list that combines the values of the given
lists. Unlike FXCollections.concat(), updates to the source
lists propagate to the combined list.
* Duplicated List values will break the implementation's change events
* Added better tests that test different combinations.

This commit closes comments in #8.
* Adds an ObservableList input
* Tracks changes to the List, firing changes if the 2D list changes,
  this eases up the work when bigger changes happen
* Change `concat` -> `flattenList`, it's a flatten operation after all
@tobiasdiez tobiasdiez merged commit 01ece20 into master May 5, 2020
@tobiasdiez tobiasdiez deleted the concat-lists branch May 5, 2020 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants