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

7 lines
134 B
Java

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