Alexander Black
Ryan
elizarov
flow .onEach { if (it == SpecialValue) throw RetryException() } .retry { it is RetryException() }