package com.hypixel.fastutil.doubles;
@FunctionalInterface
public interface Double2ByteOperator {
byte apply(double var1, byte var3);
}