Andrew Gazelka
06/19/2019, 7:59 PMcollect {}
)streetsofboston
06/19/2019, 8:00 PMFlow
has a takeUntil
method or something similar. Then you can just do a plain collect
on that resulting Flow…takeUntil
, but there is a takeWhile
function for a Flow.bezrukov
06/19/2019, 8:54 PMfirst
herestreetsofboston
06/19/2019, 8:55 PMover
in the code-snippet comes from….Andrew Gazelka
06/19/2019, 9:31 PMover
does not matter… it is not in the context of the flowgildor
06/20/2019, 6:29 AMlast
?Andrew Gazelka
06/20/2019, 7:54 AMfirst{}
is good enoughgildor
06/20/2019, 8:05 AM