So, I have an Observable that supplies params based on UI interactions. I want the extract the last supplied params from the observable. Is there a concise way to do it regarding that the observable never ends (at least not until it has subscribers)?So, I have an Observable that supplies params b