package com.hypixel.hytale.function.predicate;
public interface QuadPredicate<T, R, S, U> {
boolean test(T var1, R var2, S var3, U var4);
}