<@U6W8VF2A0> flatmap?
# rx
u
@nic flatmap?
n
In this case it would require attaching the
processData
to the call every time, which is something that would be easy to forget, which is why I'm wondering if it is better to subclass and have the class handle that step every time
u
I see. Well only types will help you. So only custom ValidateObservable or Observable<Validated<T>>. Latter will probably be cleaner
n
when you say
ValidateObservable
you mean creating this by subclassing Observable, correct?
u
yea
n
Thanks for the help!