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