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

package com.hypixel.fastutil.bytes;

@FunctionalInterface
public interface Byte2FloatOperator
{
    float apply(final byte p0, final float p1);
}
