yes, but your `switchMap()` expects the lambda to ...
# announcements
a
yes, but your
switchMap()
expects the lambda to return
Driver<out Result>
. Your lambda instead returns
Driver<List<String>>