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