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

package com.hypixel.fastutil.ints;

@FunctionalInterface
public interface Int2FloatOperator
{
    float apply(final int p0, final float p1);
}
