Ok, I see the problem. If you pass the lambda to a...
# announcements
s
Ok, I see the problem. If you pass the lambda to another object-instance, then "this" would change, which is not what the programmer intended. So maybe a solution is to capture "this" just shortly before init{...} is executed?