https://kotlinlang.org logo
#strikt
Title
# strikt
d

dave08

05/12/2021, 9:34 AM
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

christophsturm

05/12/2021, 9:50 AM
i think thats just an implementation bug
d

dave08

05/12/2021, 10:08 AM
It looks like all the iteration mappers are built the same way using
get()
...
2 Views