They don’t, though. On an `Assertion.Builder<Li...
# strikt
r
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)