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