mingkangpan
04/12/2017, 9:51 PMgroupby
can never work, fortunately I herad this in some presentation that groupby require onComple to get called by previous observables, but where is this documented?thomasnield
04/12/2017, 10:10 PMmingkangpan
04/12/2017, 10:22 PMPaul Woitaschek
04/13/2017, 4:36 AMbutton.clicks()
.flatMap {
Observable.from(arrayListOf(1,2,3)).groupBy { … }...
}
}