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