Join Slack
Powered by
They don’t, though. On an `Assertion.Builder<Li...
# strikt
r
robfletcher
09/25/2018, 1:09 PM
They don’t, though. On an
Assertion.Builder<List<String>>
you can call
chain
to transform the entire list or
map
to transform each element (like Kotlin’s Iterable.map)
Open in Slack
Previous
Next