import java.util.function.IntConsumer; public class Main { void test(int _) {}; IntConsumer c = i -> test(i); }