```` .map(Hare.ID.setTo(5)) .map(e -> Hare.ID.set(e, 5)) .map(e -> Hare.ID.setter().apply(e, 5)) ````