I'm new to Rxjs and have a good understanding of pipe, filter, sort, map, etc. However, I am struggling with a particular problem. I need to locate a specific item in the data returned by my observable and move it to the top of the list before displaying it. For instance, in this scenario, Darth Vader is currently in position 4 and I want to find him and move him to the first position in the array or collection. Check out this example for more details.