lantz moore

Results 1 comments of lantz moore

i ran into the same `eachWhere` issue with quicklens `1.4.11` and scala `2.12.7`. ``` event match { case Bar(fooId, status) => state.modify(_.bars.eachWhere(_.id == fooId).status).setTo(status) } ``` however, i wasn't getting...