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