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