could you please help me for this rxkotlin groupby is not working? working in rxjava but not kotlin. highly apreciate your help
Asked
Active
Viewed 88 times
-3
-
2Possible duplicate of [rxkotlin groupby is not working](https://stackoverflow.com/questions/47595813/rxkotlin-groupby-is-not-working) – mugx Dec 10 '17 at 04:33
-
Show your code what you have done so far? – Ankit Kumar Dec 12 '17 at 09:27
1 Answers
0
doAsync { val groupedTransactions = accountTransactions.transactions ?.groupBy { it.effectiveDate } ....
Try this

Ankit Kumar
- 3,663
- 2
- 26
- 38