nrobi
01/29/2020, 7:55 AMList<SomeModel>
converted to NSArray
with losing the information about it’s type, SomeModel
Andrey Chernov
01/29/2020, 8:17 AMOlenyov Kirill
01/29/2020, 8:43 AMnrobi
01/29/2020, 9:26 AMObservable<List<SomeModel>>
and my use-case is the same as yours with test2
kpgalligan
01/29/2020, 9:41 AMkpgalligan
01/29/2020, 9:41 AMnrobi
01/29/2020, 9:48 AME/A
for the Observable
and abstract class instead of interface for the Observer