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