Replies: 2 comments 8 replies
-
Hi, can I integrate these operations? |
Beta Was this translation helpful? Give feedback.
8 replies
-
Hi, I just want to notify you that the integration has been done as standalone module inside my own library. If you want you can take a look here to read and tell me if there are any issues related to your library. Thank you again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, using the library I found really useful the
appendPageWithUpdates
api, but I am asking whether would be possible integrate some wrapper methods to perform ainPlace
operations likeadd
,remove
,removeAll
,addAll
, etc using theappendPageWithUpdates
api under the hood. If for you is okay this integration I really like create a fork to integrate theseinPlace
methods. I would use the methods from EquinoxCollectionsUtilitiesKit for the logic to perform thatinPlace
operations. I have already try to use in my code and works pretty, following there is that snippet:Beta Was this translation helpful? Give feedback.
All reactions