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