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

7 lines
133 B
Java

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