-
Notifications
You must be signed in to change notification settings - Fork 8
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
Exchange with relation targets, more batch ops #342
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 7576871254
💛 - Coveralls |
mlange-42
force-pushed
the
exchange-relation
branch
from
January 18, 2024 17:56
9c009d0
to
76d40e7
Compare
mlange-42
force-pushed
the
exchange-relation
branch
from
January 18, 2024 21:03
dac861f
to
f071dce
Compare
mlange-42
changed the title
Exchange with relation targets
Exchange with relation targets, more batch ops
Jan 18, 2024
mlange-42
force-pushed
the
exchange-relation
branch
from
January 18, 2024 21:30
2b75a38
to
7eff25e
Compare
mlange-42
force-pushed
the
exchange-relation
branch
2 times, most recently
from
January 18, 2024 22:36
7b92f6a
to
9d5d034
Compare
mlange-42
force-pushed
the
exchange-relation
branch
from
January 18, 2024 22:43
9d5d034
to
9f0e266
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds methods to allow for exchanging components and setting relation targets at the same time. Includes batch operations and generic API.
Relations.Exchange()
,Relations.ExchangeBatch()
,Relations.ExchangeBatchQ()
for exchange with relation targetExchange.WithRelation()
and optional target argument for operations with relation targetMapX.AddBatch()
,MapX.AddBatchQ()
,MapX.RemoveBatch()
andMapX.RemoveBatchQ()
MapX
methodsFilterX.Filter()
to get anecs.Filter
from a generic one