// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.fastutil.longs;

@FunctionalInterface
public interface Long2ByteOperator
{
    byte apply(final long p0, final byte p1);
}
