问题是,今天我想对返回的值数组中的一个进行groupBy(),我能找到的所有示例都使用Observable<A>,而不是Observable<A[]>,。另外,看看 (,这只在~Observable<A>上有效)和 (Observable: represents the idea of an invokable collection of future,似乎我应该像服务器返回一样使用Observable<A&g
Type 'Observable<Observable<Object[]>>' is not assignable to type 'Observable<Object[]>'
Type 'Observable<Object>' is not assignable to type 'Observable<object<