Skip to content

API to bind against external collection #7

@mbeckem

Description

@mbeckem

We already have extern and synchronized to bind to foreign values.
This works well when if one wants to integrate primite values or immutable objects (which are then replaced with new instances whenever they "change").

We currently do not have a method to bind to foreign collections, i.e. some data source that

  • Stays the same (reference-wise) for its entire lifetime, but
  • Has internal changes that are communicated via events (e.g. "added", "removed").

It would be interesting to be able to make such a collection look like an reactive object, e.g. a ReactiveSet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaTracks ideas for new features that are still in the discussion phase.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions