oday
10/11/2020, 8:59 AMarekolek
10/11/2020, 9:05 AM(foo.commands as PublishSubject).onNext(command)
But this way that's not possibleoday
10/11/2020, 9:07 AMcommands
variable and cast it as a PublishSubject and from there call onNext on itarekolek
10/11/2020, 9:12 AMcommands as PublishSubject
, but it has access to commandsSubject
, so in that sense yesCamiloVega
11/03/2020, 12:28 AM