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