Skip to content

Concat lists#6

Merged
tobiasdiez merged 8 commits intomasterfrom
concat-lists
May 5, 2020
Merged

Concat lists#6
tobiasdiez merged 8 commits intomasterfrom
concat-lists

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.

2 participants