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