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