A
public static java.util.function.Consumer<Integer> F = i -> System.out.println(i)
java.util.function.Consumer
Integer