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

package com.hypixel.hytale.function.predicate;

public interface TriPredicate<T, R, S>
{
    boolean test(final T p0, final R p1, final S p2);
}
