package com.hypixel.fastutil.longs; @FunctionalInterface public interface Long2FloatOperator { float apply(long var1, float var3); }