i need to use ```startWith```, but i cannot put it...
# rx
m
i need to use
Copy code
startWith
, but i cannot put it after because i want it when there is a click and not when subscribing. the only way i’m seeing is change the single to an observable and use it inside the flatMap.