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

package com.hypixel.fastutil.floats;

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