hi guys, how to downcast a property? When using rx...
# announcements
u
hi guys, how to downcast a property? When using rx I usually hold onto a Relay reference but expose only Observable (super class) private val eventsRelay = PublishRelay.create<CategoryApiEvent>()