Join Slack
Powered by
compile says: required FlowCollector
# coroutines
d
Dsittel
05/21/2020, 10:35 AM
compile says: required FlowCollector
having problems to get this running in a unit test
g
gildor
05/21/2020, 12:30 PM
Import
collect
extension
gildor
05/21/2020, 12:31 PM
By default collect requires FlowCollector interface instance, there is an extension
d
Dsittel
05/21/2020, 12:32 PM
ok andrey thx but i also having some trouble to understand this Result<T> mixin with Flows concept (nice pattern)
Dsittel
05/21/2020, 12:33 PM
i need to read more into that direction, really challenging but also makes a lot of fun
g
gildor
05/21/2020, 3:13 PM
Result has many helper extensions, to work with result, so your code above probably can be improved
3
Views
Open in Slack
Previous
Next