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