Hi, what would be the best approach to unsubscribe/cancel a flow once a certain item/condition is reached, but returning that last item: transformWhile?
g
gildor
06/25/2021, 3:15 PM
Yes + first(), or you can use first(predicate), if you don't need transformation