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