I have an api with a method fun getList( @Path("array") array: String ): Single<List<EpisodeRetrofitModel>> I need an argument to u
Context: To process a Flowable<Item>, I need to first process the first item and then depending on that either accumulate all items into a single item (re