Join Slack
Communities
Powered by
``` data class UserId(val id: String) ... val body...
# http4k
n
Nezteb
05/21/2019, 11:41 PM
Copy code
data class UserId(val id: String) ... val bodyLens = Body.auto<List<UserId>>().toLens()
I don’t see a
.map
that I can call on the lens
Open in Slack
Previous
Next