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