package com.hypixel.fastutil.bytes; @FunctionalInterface public interface Byte2ObjectOperator<V> { V apply(byte var1, V var2); }