import java.lang.Integer; public class LambdaCapture { Integer i = 8; f; public LambdaCapture(){ Integer w = 7; f = j ->{ return w+i;}; } }