Search code examples
kotlinrx-javarx-kotlin

I can't get map from groupby in rxkotlin


could you please help me for this rxkotlin groupby is not working? working in rxjava but not kotlin. highly apreciate your help


Solution

  • doAsync { val groupedTransactions = accountTransactions.transactions ?.groupBy { it.effectiveDate } ....
    

    Try this