Justin Salér
09/14/2021, 11:55 AMzip
, but it cancels Flow B. I can get it to work with replayCache()?.latestOrNull()
but that doesn't look good at all...streetsofboston
09/14/2021, 12:14 PMmap
on Flow A that uses it's emitted value and the variable/property mentioned above.streetsofboston
09/14/2021, 12:15 PMflowB.value
inside flowA.map { ... }
.
flowA.map { calcValue(it, flowB.value) }
Justin Salér
09/14/2021, 12:27 PMJustin Salér
09/14/2021, 12:32 PMstreetsofboston
09/14/2021, 12:35 PMJoffrey
09/14/2021, 4:45 PM