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