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