package com.hypixel.fastutil.ints; @FunctionalInterface public interface Int2CharOperator { char apply(int var1, char var2); }