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