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