package com.hypixel.hytale.function.predicate;
@FunctionalInterface
public interface QuadObjectDoublePredicate<T, U, V, R> {
boolean test(T var1, U var2, V var3, R var4, double var5);
}