Using `first { }` is a bit not fitting for Strikt'...
# strikt
d
Using
first { }
is a bit not fitting for Strikt's usually explicit and nice exceptions:
Mapping 'first matching element %s' failed with: Collection contains no element matching the predicate.
???
c
i think thats just an implementation bug
d
It looks like all the iteration mappers are built the same way using
get()
...