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

package com.hypixel.hytale.function.predicate;

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