I haven’t really used observables, but maybe you’r...
# announcements
s
I haven’t really used observables, but maybe you’re looking for something like
Copy code
fun <T : Bar> getFoo(): T
...
getFoo<YourClass>()