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

package com.hypixel.fastutil.floats;

@FunctionalInterface
public interface Float2ObjectOperator<V>
{
    V apply(final float p0, final V p1);
}
