package zsynthetic; @FunctionalInterface public interface FunctionIntTToBool { boolean invoke(int index, T value); }