hytale-server/com/hypixel/fastutil/bytes/Byte2IntOperator.java

7 lines
131 B
Java

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