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