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

7 lines
134 B
Java

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