Files
Hytale-Server/src/com/hypixel/fastutil/bytes/Byte2DoubleOperator.java
Intege-rs 7a77188758 v0
2026-01-24 07:55:36 -05:00

7 lines
140 B
Java

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