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