package com.hypixel.fastutil.shorts; @FunctionalInterface public interface Short2DoubleOperator { double apply(short var1, double var2); }