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