Eric Martori
08/14/2019, 11:55 AMsuspend fun <T> Flow<T>.first() = take(1).single()
In the flow API?Icaro Temponi
08/14/2019, 12:03 PMEric Martori
08/14/2019, 12:15 PMflows
that accept nullable values, right?Icaro Temponi
08/14/2019, 12:26 PMEric Martori
08/14/2019, 12:32 PMNULL
as null
and it confused me while reading the code. Thank youbdawg.io
08/14/2019, 5:16 PMIcaro Temponi
08/14/2019, 6:33 PM