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