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