package com.hypixel.fastutil.ints;
@FunctionalInterface
public interface Int2ByteOperator {
byte apply(int var1, byte var2);
}