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