package p; //7, 28, 7, 34 import java.util.function.Consumer; public class A { Consumer<Integer> a1= x -> { System.out.println(x + 10); }; }