package com.hypixel.fastutil.doubles; @FunctionalInterface public interface Double2FloatOperator { float apply(double var1, float var3); }