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

package com.hypixel.fastutil.ints;

@FunctionalInterface
public interface Int2ByteOperator
{
    byte apply(final int p0, final byte p1);
}
