compile says: required FlowCollector
# coroutines
d
compile says: required FlowCollector
g
Import
collect
extension
By default collect requires FlowCollector interface instance, there is an extension
d
ok andrey thx but i also having some trouble to understand this Result<T> mixin with Flows concept (nice pattern)
i need to read more into that direction, really challenging but also makes a lot of fun
g
Result has many helper extensions, to work with result, so your code above probably can be improved