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

package com.hypixel.hytale.function.predicate;

@FunctionalInterface
public interface QuadObjectDoublePredicate<T, U, V, R>
{
    boolean test(final T p0, final U p1, final V p2, final R p3, final double p4);
}
