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