package com.hypixel.fastutil.bytes;
@FunctionalInterface
public interface Byte2DoubleOperator {
double apply(byte var1, double var2);
}