Tagged Questions

1
vote
3answers
211 views

Captured variable instantiating problem

I'm currently musing about some idea I can't get right. The problem is that I want to use one lambda function to instantiate a captured variable and another lambda to access a property of that ...