blob: 5f3df45e6481cac46c87cce3362cc23993a3b029 [file] [log] [blame]
public class Util {
public static <T,V> List<V> map(@NotNull Function<T, V> mapping) { }
public Object[] getVariants() {
return map(new Function<Object, AIOO<caret>>() { }
}
}
interface Function<Param, Result> {
Result fun(Param param);
}