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

package com.hypixel.fastutil.bytes;

@FunctionalInterface
public interface Byte2ShortOperator
{
    short apply(final byte p0, final short p1);
}
