https://kotlinlang.org logo
z

zak.taccardi

01/25/2017, 8:40 PM
It's actually not an
Observable<String>
but an
Observable<ViewState>
, where
ViewState
is a sealed class. So each
val
is assigned to the subclass of the sealed class. I wanted to assign the properties to the sealed class, not its subclassed version