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