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