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

package com.hypixel.hytale.function.predicate;

@FunctionalInterface
public interface BiFloatPredicate
{
    boolean test(final float p0, final float p1);
}
