> However, please confirm that even without "this.", lambda always > captures only "this", it never captures the instance variables' values > at the time of lambda creation. That is how it is supposed to work, yes. Any member capture becomes a capture of 'this'.