Join Slack
Powered by
In this case val list : List<Try<List<Int...
# arrow
c
ciriti
05/18/2019, 1:18 PM
In this case val list : List<Try<List<Int>>> = listOf(Try.just(listOf(1,2,3,4)), Try.just(listOf(5,6,7,8))) can I use the same strategy?
Open in Slack
Previous
Next