import java.util.function.IntFunction;
public class Main {
//@Repeatable
//@interface RepeatableAnnotation {}
@interface NotRepeatableAnnotation {}
public static void main(String[] args) {
/*
# Lambda
Define a function without name.
*/
IntFunction