hytale-server/com/hypixel/fastutil/shorts/Short2DoubleOperator.java

7 lines
143 B
Java

package com.hypixel.fastutil.shorts;
@FunctionalInterface
public interface Short2DoubleOperator {
double apply(short var1, double var2);
}