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