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